guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit e23bef97514276d6e372def5fb1032d963188be7
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Jan 6 22:35:19 2026 +0000
gnu: python-orthopy: Use python-numpy@1.
* gnu/packages/maths.scm (python-orthopy):
[propagated-inputs]: Remove python-numpy; add python-numpy-1.
[native-inputs]: Remove python-wheel.
Change-Id: I574e885dd7ef3522160cb287e4094c6ed4a05181
---
gnu/packages/maths.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 9b7517d656..b249590b70 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -4701,6 +4701,7 @@ recurrence relations.")
(build-system pyproject-build-system)
(arguments
(list
+ ;; tests: 219 passed, 13 deselected
#:test-flags
;; These tests fails with unexpected keyword arguments
;; in calls to cplot.
@@ -4720,12 +4721,11 @@ recurrence relations.")
python-meshzoo
python-pytest
python-scipy
- python-setuptools
- python-wheel))
+ python-setuptools))
(propagated-inputs
(list python-importlib-metadata
python-ndim
- python-numpy
+ python-numpy-1
python-sympy))
(home-page "https://github.com/diego-hayashi/orthopy")
(synopsis "Tools for orthogonal polynomials, Gaussian quadrature")