guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit a98ba2859b339769872fc5da28e38518b80082d0
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Jan 4 21:49:40 2026 +0000
gnu: python-quadpy: Use python-numpy@1.
* gnu/packages/maths.scm (python-quadpy):
[propagated-inputs]: Remove python-numpy; add python-numpy-1.
Change-Id: I103cc604f51d1af3e4030c64b3bc3cda9fadc77d
---
gnu/packages/maths.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 60d4cddc96..329987e385 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -4888,6 +4888,7 @@ Mathematics (GLM) library to Python.")
(build-system pyproject-build-system)
(arguments
(list
+ ;; tests: 1828 passed, 3 skipped, 1 deselected, 157 warnings
#:test-flags
;; AssertionError: Lebedev(047) -- observed: 41, expected: 47 (max err:
;; 4.910e-15).
@@ -4903,7 +4904,7 @@ Mathematics (GLM) library to Python.")
(list python-matplotlib))
(propagated-inputs
(list python-importlib-metadata
- python-numpy
+ python-numpy-1
python-orthopy
python-scipy
python-sympy))