diff options
author | Ricardo Wurmus <[email protected]> | 2025-01-09 16:13:17 +0100 |
---|---|---|
committer | Ricardo Wurmus <[email protected]> | 2025-01-20 21:37:39 +0100 |
commit | b221e34953e85921ac2be3a51a7a1910ec143aa7 (patch) | |
tree | 6960d03849b67e8a8d472b383b22ed33d92bc836 /gnu/packages/python-science.scm | |
parent | 8aeaa211aa146c6bdc28914db2479267453a1e81 (diff) |
gnu: python-fastcluster: Add missing inputs.
* gnu/packages/python-science.scm (python-fastcluster)[native-inputs]: Add
python-setuptools and python-wheel.
Change-Id: I2fa034054f5183e04c2f1e673f841f07799a7b94
Diffstat (limited to 'gnu/packages/python-science.scm')
-rw-r--r-- | gnu/packages/python-science.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |