~ruther/guix-local

cd1e264ccf385dd402c22f26590f703e3dc1b338 — Sharlatan Hellseher 2 months ago dd363c0
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>
1 files changed, 3 insertions(+), 2 deletions(-)

M gnu/packages/maths.scm
M gnu/packages/maths.scm => gnu/packages/maths.scm +3 -2
@@ 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")