summaryrefslogtreecommitdiff
path: root/gnu/packages/maths.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-01-06 22:35:19 +0000
committerRutherther <rutherther@ditigal.xyz>2026-01-25 21:21:59 +0100
commit6ebda1bd38c56100ce8926be5e2f8f435b90da01 (patch)
tree5a68ada6ecae22ccb851f84a72af4633f7c9e8f6 /gnu/packages/maths.scm
parent49a311e7bd9c6aa01b786e2856f445590dc1fa5d (diff)
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 Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu/packages/maths.scm')
-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")