rekado pushed a commit to branch python-team
in repository guix.
commit 483bcd732fe354bc037fe03e4146e56189e8b4b8
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Thu Jan 9 16:13:17 2025 +0100
gnu: python-fastcluster: Add missing inputs.
* gnu/packages/python-science.scm (python-fastcluster)[native-inputs]: Add
python-setuptools and python-wheel.
Change-Id: I2fa034054f5183e04c2f1e673f841f07799a7b94
---
gnu/packages/python-science.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 8ab43f5bd8..4372d6b70b 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -1900,7 +1900,7 @@ that is 20-25x faster than @code{numpy.histogram2d}.")
(base32 "19labbgnq85p4r4jbli2p045lgh57larhi2g2anagfxnlzpqdf5a"))))
(build-system pyproject-build-system)
(propagated-inputs (list python-numpy))
- (native-inputs (list python-scipy))
+ (native-inputs (list python-scipy python-setuptools python-wheel))
(home-page "https://danifold.net/fastcluster.html")
(synopsis "Fast hierarchical clustering routines for R and Python")
(description "The fastcluster package implements seven common hierarchical