diff options
Diffstat (limited to 'gnu/packages/python-science.scm')
-rw-r--r-- | gnu/packages/python-science.scm | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index e35c466d95..13b672d1b8 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -321,7 +321,11 @@ numerical optimization package.") (sha256 (base32 "1lspam0k8gnw1yglqxvdv350fq00nkgdfmkizmx7bk0hxjjkj5ab")))) (build-system pyproject-build-system) - (native-inputs (list cmake-minimal pybind11 python-setuptools)) + (native-inputs + (list cmake-minimal + pybind11 + python-setuptools + python-wheel)) (propagated-inputs (list python-numpy python-scipy)) (home-page "https://github.com/oxfordcontrol/qdldl-python/") (synopsis "QDLDL LDL factorization routine") |