summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/maths.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 9bc1a58f147..8f63743068e 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")