guix_mirror_bot pushed a commit to branch next-master
in repository guix.
commit ad3c79b7542f3b67db136b3763af468f44596863
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 1658b65989..6d71cd7e88 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -4886,6 +4886,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).
@@ -4901,7 +4902,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))