From dd363c0a8e538ff6ed859478f41f78d2224c6bad Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sun, 4 Jan 2026 21:40:45 +0000 Subject: [PATCH] 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 --- gnu/packages/python-science.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 71d402f28ac7b8ba7c4abee1a7220ee3aa68a12b..917ddcca4b8eeb825cb795d4c080cc5a7e995ec2 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -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