guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 4bcb737bd7dcadff02c8c1462a9a5dbc19541e0c
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Jan 4 21:45:48 2026 +0000
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
---
gnu/packages/maths.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 97364013e8..60d4cddc96 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -4427,6 +4427,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
@@ -4442,11 +4443,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")