mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
2230982885
commit
971861b4d0
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue