gnu: python-sparse: Update to 0.15.5.

* gnu/packages/python-xyz.scm (python-sparse): Update to 0.15.5.
[native-inputs]: Remove python-pre-commit.

Change-Id: I843f3fb789f038febeb7c60f69b43f8a1f12ed00
This commit is contained in:
Sharlatan Hellseher 2025-02-17 15:22:44 +00:00
parent 2230982885
commit 971861b4d0
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -9697,20 +9697,19 @@ objects.")
(define-public python-sparse (define-public python-sparse
(package (package
(name "python-sparse") (name "python-sparse")
(version "0.15.4") (version "0.15.5")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "sparse" version)) (uri (pypi-uri "sparse" version))
(sha256 (sha256
(base32 (base32
"111bqz2xqr17rrc7svd20z94xf3zkfs9anjvzpr683zz4iywbcfl")))) "0rp29gp82qwwkq210pzh2qmlqhi2007nb7p7nwqmrkgmjq6cwxjc"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(propagated-inputs (propagated-inputs
(list python-numba python-numpy python-scipy)) (list python-numba python-numpy python-scipy))
(native-inputs (native-inputs
(list python-dask (list python-dask
python-pre-commit
python-pytest python-pytest
python-pytest-cov python-pytest-cov
python-setuptools python-setuptools