gnu: python-fastcluster: Add missing inputs.

* gnu/packages/python-science.scm (python-fastcluster)[native-inputs]: Add
python-setuptools and python-wheel.

Change-Id: I2fa034054f5183e04c2f1e673f841f07799a7b94
This commit is contained in:
Ricardo Wurmus 2025-01-09 16:13:17 +01:00
parent 8aeaa211aa
commit b221e34953
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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