diff options
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/python-science.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 76ce6f43fa5..b60889f3055 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -2570,10 +2570,10 @@ search in Python.") " and not test_pr_level_patient" " and not test_pr_level_series" " and not test_scp_cancelled")))) - (native-inputs (list python-poetry-core + (native-inputs (list python-numpydoc + python-poetry-core python-pytest)) - (propagated-inputs (list python-numpydoc - python-pydicom + (propagated-inputs (list python-pydicom python-pyfakefs python-sqlalchemy)) (home-page "https://github.com/pydicom/pynetdicom") |
