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

commit c9846e9e1253f97d7540120807f2d8d20a30ec62
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Jan 6 22:32:28 2026 +0000

    gnu: python-numpysane: Use python-numpy@1.
    
    * gnu/packages/python-xyz.scm (python-numpysane):
    [propagated-inputs]: Remove python-numpy; add python-numpy-1.
    
    Change-Id: I9fa1bf6e8b8110350d5524740653e02d99e36a91
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 6e38c0671e..062bdf4b8d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -11159,7 +11159,7 @@ include_dirs = ~:*~a/include~%"
               (setenv "CC"
                       #$(cc-for-target))
               (invoke "make" "check"))))))
-    (propagated-inputs (list python-numpy))
+    (propagated-inputs (list python-numpy-1))
     (native-inputs (list perl pkg-config python-setuptools))
     (home-page "https://github.com/dkogan/numpysane";)
     (synopsis "More-reasonable core functionality for numpy")

Reply via email to