summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-01-06 22:32:28 +0000
committerRutherther <rutherther@ditigal.xyz>2026-01-25 21:21:58 +0100
commit49a311e7bd9c6aa01b786e2856f445590dc1fa5d (patch)
treee0675cc72ba6343085a977852334eb76f0c83352 /gnu
parentb6666118f5e9e6badae4128029069732abdbad1b (diff)
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>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 66d53500034..eb7297f9929 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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")