diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-01-02 12:49:55 +0000 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:20:12 +0100 |
| commit | b5a9dbc129b8fab39dae2469d120f0dc32b51da7 (patch) | |
| tree | 32df159cb097b12c18b1beb52554b3f5e5fc672e | |
| parent | a869caec919a58564ca477318b11f71a6c33175c (diff) | |
gnu: python-fastcluster: Update to 1.3.0.
* gnu/packages/python-science.scm (python-fastcluster): Update to 1.3.0.
[arguments]: Drop all.
[native-inputs]: Remove python-wheel; add python-pytest.
Change-Id: Ib57e7067d7eff527f5d84f297d668cc0c7997a9c
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
| -rw-r--r-- | gnu/packages/python-science.scm | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 81d9f7a2f39..df827c4d3a4 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -1228,17 +1228,20 @@ that is 20-25x faster than @code{numpy.histogram2d}.") (define-public python-fastcluster (package (name "python-fastcluster") - (version "1.2.6") + (version "1.3.0") (source (origin (method url-fetch) (uri (pypi-uri "fastcluster" version)) (sha256 - (base32 "19labbgnq85p4r4jbli2p045lgh57larhi2g2anagfxnlzpqdf5a")))) + (base32 "00nzjrk8cp3kwm0qax5xxg61dxq9b8s3jspsqx4skyn3lpmkl8ym")))) (build-system pyproject-build-system) - (arguments (list #:test-backend #~'unittest)) - (propagated-inputs (list python-numpy)) - (native-inputs (list python-scipy python-setuptools python-wheel)) + (native-inputs + (list python-pytest + python-scipy + python-setuptools)) + (propagated-inputs + (list python-numpy)) (home-page "https://danifold.net/fastcluster.html") (synopsis "Fast hierarchical clustering routines for R and Python") (description "The fastcluster package implements seven common hierarchical |
