~ruther/guix-local

6ebda1bd38c56100ce8926be5e2f8f435b90da01 — Sharlatan Hellseher 4 months ago 49a311e
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>
1 files changed, 3 insertions(+), 3 deletions(-)

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