~ruther/guix-local

8fdd8431d9b9ac634d0476a3f39766da1122dd74 — Sharlatan Hellseher 4 months ago cd1e264
gnu: python-quadpy: Use python-numpy@1.

* gnu/packages/maths.scm (python-quadpy):
[propagated-inputs]: Remove python-numpy; add python-numpy-1.

Change-Id: I103cc604f51d1af3e4030c64b3bc3cda9fadc77d
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/maths.scm
M gnu/packages/maths.scm => gnu/packages/maths.scm +2 -1
@@ 4886,6 4886,7 @@ Mathematics (GLM) library to Python.")
    (build-system pyproject-build-system)
    (arguments
     (list
      ;; tests: 1828 passed, 3 skipped, 1 deselected, 157 warnings
      #:test-flags
      ;; AssertionError: Lebedev(047) -- observed: 41, expected: 47 (max err:
      ;; 4.910e-15).


@@ 4901,7 4902,7 @@ Mathematics (GLM) library to Python.")
     (list python-matplotlib))
    (propagated-inputs
      (list python-importlib-metadata
            python-numpy
            python-numpy-1
            python-orthopy
            python-scipy
            python-sympy))