diff options
Diffstat (limited to 'gnu/packages/python-science.scm')
| -rw-r--r-- | gnu/packages/python-science.scm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 21168b47a97..96d0f005f43 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -3002,7 +3002,7 @@ logic, also known as grey logic.") ;; python-scikit-learn #;python-simpleitk)) (native-inputs - (list python-meson-python + (list python-meson python-pytest python-pytest-localserver python-pythran)) @@ -3048,7 +3048,7 @@ logic, also known as grey logic.") (string-append "version = \"" #$version "\"")))))))) (native-inputs (list gfortran - python-meson-python + python-meson python-spin python-pytest python-setuptools)) @@ -3336,7 +3336,7 @@ cross-validation.") python-click python-doit python-hypothesis - python-meson-python + python-meson python-mpmath python-numpydoc python-pooch @@ -3961,7 +3961,7 @@ tissue-specificity metrics for gene expression.") (inputs (list xclip xsel)) (native-inputs - (list python-meson-python + (list python-meson python-lxml python-pytest python-pytest-asyncio @@ -5120,7 +5120,7 @@ arrays. It is a fork of the Aesara library.") "scs/pythoncapi-compat")))))) (native-inputs (list pkg-config - python-meson-python + python-meson python-pytest pythoncapi-compat scs)) |
