guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit f60f587728ac84c3451d4a5e03eba0e226e80fcf
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Jan 4 16:15:09 2026 +0000
gnu: coda: Use python-numpy@1.
* gnu/packages/maths.scm (coda):
[native-inputs]: Remove python-numpy; add python-numpy-1.
Change-Id: I1419ec3eb9cb4f25b1078908e305c99ec8bd59c4
---
gnu/packages/maths.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index d47d0773e1..97364013e8 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -386,7 +386,7 @@ finite domain propagation and Boolean satisfiability.")
(native-inputs
`(("fortran" ,gfortran)
("python" ,python)
- ("python-numpy" ,python-numpy)))
+ ("python-numpy" ,python-numpy-1)))
(inputs
`(("zlib" ,zlib)
("pcre" ,pcre)