diff options
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/python-science.scm | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 6cc9269af3..f38992a1c2 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -2033,12 +2033,15 @@ automated with the minimum of fuss and the least effort.") (sha256 (base32 "06wd8m3ri0gaddl7qq6243g25zjlnh3da915b73jnrfh7sg1nqsj")))) (build-system pyproject-build-system) - (inputs (list meson-python openblas)) - (propagated-inputs (list python-numpy python-scipy)) (native-inputs (list pkg-config - python-meson-python - python-pytest)) + python-pytest + meson-python)) + (inputs + (list openblas)) + (propagated-inputs + (list python-numpy + python-scipy)) (home-page "https://github.com/bodono/scs-python") (synopsis "Splitting conic solver") (description "This package provides a Python interface for the |