summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-01-04 21:45:48 +0000
committerRutherther <rutherther@ditigal.xyz>2026-01-25 21:21:42 +0100
commitcd1e264ccf385dd402c22f26590f703e3dc1b338 (patch)
tree259edc4f770a1aafa4b3b3d84daa65aced3ab727 /gnu
parentdd363c0a8e538ff6ed859478f41f78d2224c6bad (diff)
gnu: python-accupy: Use python-numpy@1.
* gnu/packages/maths.scm (python-accupy): [propagated-inputs]: Add python-numpy-1. [native-inputs]: Remove python-wheel. Change-Id: I9df15444696ef365861b2fdf40011b86dc0afb1a Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/maths.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 998b61825ca..3a0b3459b80 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -4425,6 +4425,7 @@ primes and prime k-tuplets up to 264.")
(build-system pyproject-build-system)
(arguments
(list
+ ;; tests: 30 passed, 10 warnings
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'set-eigen-include-dir
@@ -4440,11 +4441,11 @@ primes and prime k-tuplets up to 264.")
python-matplotx
python-perfplot
python-pytest
- python-setuptools
- python-wheel))
+ python-setuptools))
(propagated-inputs
(list eigen
python-mpmath
+ python-numpy-1
python-pyfma))
(home-page "https://github.com/diego-hayashi/accupy")
(synopsis "Accurate calculation of sums and dot products")