1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-01 06:45:55 +02:00

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
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
This commit is contained in:
Sharlatan Hellseher
2026-01-06 22:32:28 +00:00
committed by Rutherther
parent b6666118f5
commit 49a311e7bd
+1 -1
View File
@@ -11205,7 +11205,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")