summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/python-science.scm7
1 files changed, 6 insertions, 1 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 4372d6b70b..76c48daa43 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -2065,7 +2065,12 @@ name) using the Python's @code{dataclass}.")
(build-system pyproject-build-system)
(propagated-inputs (list python-packaging python-xarray))
;; We need setuptools-scm to correctly record the version string.
- (native-inputs (list python-pytest python-setuptools-scm python-zarr))
+ (native-inputs
+ (list python-pytest
+ python-setuptools
+ python-setuptools-scm
+ python-wheel
+ python-zarr))
(home-page "https://github.com/xarray-contrib/datatree")
(synopsis "Hierarchical tree-like data structures for xarray")
(description "Datatree is a prototype implementation of a tree-like