diff options
-rw-r--r-- | gnu/packages/python-science.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index f862facfe3..6fd4f555fa 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -1350,7 +1350,7 @@ and visualization with these data structures.") (build-system pyproject-build-system) (propagated-inputs (list python-numpy python-typing-extensions python-xarray)) - (native-inputs (list python-poetry-core)) + (native-inputs (list python-pytest python-poetry-core)) (home-page "https://github.com/astropenguin/xarray-dataclasses/") (synopsis "xarray data creation made easy by dataclass") (description "@code{xarray-dataclasses} is a Python package that makes it |