~ruther/guix-local

dd363c0a8e538ff6ed859478f41f78d2224c6bad — Sharlatan Hellseher 4 months ago e6405cf
gnu: python-pyfma: Use python-numpy@1.

* gnu/packages/python-science.scm (python-pyfma):
[propagated-inputs]: Remove python-numpy; add python-numpy-1.
[native-inputs]: Remove python-wheel.

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

M gnu/packages/python-science.scm
M gnu/packages/python-science.scm => gnu/packages/python-science.scm +3 -3
@@ 5768,7 5768,7 @@ science including tools for accessing data sets in Python.")
    (name "python-pyfma")
    (version "0.1.6")
    (source (origin
              (method git-fetch)   ;for tests
              (method git-fetch)
              (uri (git-reference
                    (url "https://github.com/nschloe/pyfma")
                    (commit version)))


@@ 5777,8 5777,8 @@ science including tools for accessing data sets in Python.")
               (base32
                "12i68jj9n1qj9phjnj6f0kmfhlsd3fqjlk9p6d4gs008azw5m8yn"))))
    (build-system pyproject-build-system)
    (propagated-inputs (list python-numpy))
    (native-inputs (list pybind11 python-pytest python-setuptools python-wheel))
    (propagated-inputs (list python-numpy-1))
    (native-inputs (list pybind11 python-pytest python-setuptools))
    (home-page "https://github.com/nschloe/pyfma")
    (synopsis "Fused multiply-add for Python")
    (description "@code{pyfma} provides an implementation of fused