This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 8a05b73b3a gnu: python-mathics-core: Fix numpy usage.
8a05b73b3a is described below
commit 8a05b73b3a1d5b5a874b13480b5c082951f5b6a0
Author: Danny Milosavljevic <[email protected]>
AuthorDate: Tue Feb 10 20:10:51 2026 +0100
gnu: python-mathics-core: Fix numpy usage.
* gnu/packages/maths.scm (python-mathics-core)[propagated-inputs]: Replace
numpy-1 by numpy.
Merges: https://codeberg.org/guix/guix/pulls/6298
Fixes: guix/guix#6297
Reported-by: Hugo Buddelmeijer <[email protected]>
Change-Id: I68f890fee77b66cf9fb07c87891db3ca54fcfeaa
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
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 fe3cd4a322..969d8cebcf 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -11350,7 +11350,7 @@ the Wolfram language.")
python-pympler
python-stopit
python-sympy
- python-numpy-1
+ python-numpy
python-mathics-scanner
python-pillow
python-dateutil