summaryrefslogtreecommitdiff
path: root/gnu/packages/python-science.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-01-04 21:40:45 +0000
committerRutherther <rutherther@ditigal.xyz>2026-01-25 21:21:41 +0100
commitdd363c0a8e538ff6ed859478f41f78d2224c6bad (patch)
tree992ecae7662b3d874ebeeebc92fb326785763e58 /gnu/packages/python-science.scm
parente6405cf0955d515daeb2f2454bee243d416d0993 (diff)
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>
Diffstat (limited to 'gnu/packages/python-science.scm')
-rw-r--r--gnu/packages/python-science.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 71d402f28ac..917ddcca4b8 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