gnu: python-getdist: Update to 1.5.4.

* gnu/packages/statistics.scm (python-getdist): Update to 1.5.4. Fix
build.
[native-inputs]: Add python-setuptools and python-wheel.

Change-Id: Ied85ff3f8a5d25fc73ba4a6063666d09c03fa37a
This commit is contained in:
Sharlatan Hellseher 2025-01-07 20:42:19 +00:00
parent ba2742ff91
commit 11a9e3f417
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -2281,16 +2281,18 @@ dataset under a GP prior, even as this dataset gets Big.")
(define-public python-getdist
(package
(name "python-getdist")
(version "1.5.3")
(version "1.5.4")
(source
(origin
(method url-fetch)
(uri (pypi-uri "getdist" version))
(sha256
(base32 "0hqq6zdm9byalypgb47ifxv67q1xgfgiq5aw0md2jndla4b546bq"))))
(base32 "01s1p53pqpxbi8sy2030jpjn7gsy67zb7y6p0gf57lgxvp4zx74q"))))
(build-system pyproject-build-system)
(native-inputs
(list python-pytest))
(list python-pytest
python-setuptools
python-wheel))
(propagated-inputs
(list python-matplotlib
python-numpy