diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-21 09:14:24 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:36:41 +0100 |
| commit | 353dc67a0807f66814ee06aee9d4f5fc4cb938fb (patch) | |
| tree | 2e6e8922f2d021f34e2c4452cf88e7cb01056311 /gnu/packages/python-science.scm | |
| parent | ad8b5687a3a7dfad0ea61be116b65e1a430846cd (diff) | |
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
Diffstat (limited to 'gnu/packages/python-science.scm')
| -rw-r--r-- | gnu/packages/python-science.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 64becc80c4..40b3dd62de 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -2446,19 +2446,19 @@ or as a TikZ file for use in LaTeX documents; (define-public python-qdldl (package (name "python-qdldl") - (version "0.1.7.post2") + (version "0.1.7.post5") (source (origin (method url-fetch) (uri (pypi-uri "qdldl" version)) (sha256 - (base32 "1lspam0k8gnw1yglqxvdv350fq00nkgdfmkizmx7bk0hxjjkj5ab")))) + (base32 "0vi8dgrw32qj03z2dd3zqd0d625pibq3xmlgmidfsnwvqkhrj4qb")))) (build-system pyproject-build-system) (native-inputs (list cmake-minimal pybind11 - python-setuptools - python-wheel)) + python-pytest + python-setuptools)) (propagated-inputs (list python-numpy python-scipy)) (home-page "https://github.com/oxfordcontrol/qdldl-python/") (synopsis "QDLDL LDL factorization routine") |
