guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit cff1f9e11fdd26df431f94804145e01d421b30d7
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Jan 4 21:40:45 2026 +0000

    gnu: python-pyfma: Use python-numpy@1.
    
    * gnu/packages/python-science.scm (python-pyfma):
    [propagated-inputs]: Remove python-numpy; add python-numpy-1.
    [native-inputs]: Remove python-wheel.
    
    Change-Id: I8236576e39b7e6f8b981126cbf67fc55f35db83c
---
 gnu/packages/python-science.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 71d402f28a..917ddcca4b 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -5768,7 +5768,7 @@ science including tools for accessing data sets in 
Python.")
     (name "python-pyfma")
     (version "0.1.6")
     (source (origin
-              (method git-fetch)   ;for tests
+              (method git-fetch)
               (uri (git-reference
                     (url "https://github.com/nschloe/pyfma";)
                     (commit version)))
@@ -5777,8 +5777,8 @@ science including tools for accessing data sets in 
Python.")
                (base32
                 "12i68jj9n1qj9phjnj6f0kmfhlsd3fqjlk9p6d4gs008azw5m8yn"))))
     (build-system pyproject-build-system)
-    (propagated-inputs (list python-numpy))
-    (native-inputs (list pybind11 python-pytest python-setuptools 
python-wheel))
+    (propagated-inputs (list python-numpy-1))
+    (native-inputs (list pybind11 python-pytest python-setuptools))
     (home-page "https://github.com/nschloe/pyfma";)
     (synopsis "Fused multiply-add for Python")
     (description "@code{pyfma} provides an implementation of fused

Reply via email to