guix_mirror_bot pushed a commit to branch next-master
in repository guix.
commit 58737603bb881fd15ed93404c95bec240f05402d
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 51eace4a03..ec49d958be 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -4699,6 +4699,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.
@@ -4718,12 +4719,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")