summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-01-04 21:49:40 +0000
committerRutherther <rutherther@ditigal.xyz>2026-01-25 21:21:43 +0100
commit8fdd8431d9b9ac634d0476a3f39766da1122dd74 (patch)
tree7e07a01beb884f85a6e9da15b6325576da103ffc /gnu/packages
parentcd1e264ccf385dd402c22f26590f703e3dc1b338 (diff)
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 Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/maths.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 3a0b3459b80..0e902550768 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))