gnu: python-qdldl: Update to 0.1.7.post5.

* gnu/packages/python-science.scm (python-qdldl): Update to 0.1.7.post5.
[native-inputs]: Remove python-wheel; add python-pytest.

Change-Id: Id9c152d861c525ae77c49baa5cf53bebf92e8621
This commit is contained in:
Sharlatan Hellseher 2025-09-21 09:14:24 +01:00
parent ad8b5687a3
commit 353dc67a08
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -2446,19 +2446,19 @@ or as a TikZ file for use in LaTeX documents;
(define-public python-qdldl (define-public python-qdldl
(package (package
(name "python-qdldl") (name "python-qdldl")
(version "0.1.7.post2") (version "0.1.7.post5")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "qdldl" version)) (uri (pypi-uri "qdldl" version))
(sha256 (sha256
(base32 "1lspam0k8gnw1yglqxvdv350fq00nkgdfmkizmx7bk0hxjjkj5ab")))) (base32 "0vi8dgrw32qj03z2dd3zqd0d625pibq3xmlgmidfsnwvqkhrj4qb"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(native-inputs (native-inputs
(list cmake-minimal (list cmake-minimal
pybind11 pybind11
python-setuptools python-pytest
python-wheel)) python-setuptools))
(propagated-inputs (list python-numpy python-scipy)) (propagated-inputs (list python-numpy python-scipy))
(home-page "https://github.com/oxfordcontrol/qdldl-python/") (home-page "https://github.com/oxfordcontrol/qdldl-python/")
(synopsis "QDLDL LDL factorization routine") (synopsis "QDLDL LDL factorization routine")