Skip to content

Commit 6907819

Browse files
committed
include io dependencies of xarray
1 parent f5ec63a commit 6907819

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

pyproject.toml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,12 @@ authors = [{ name = "Ian Bolliger", email = "[email protected]"}, { name = "Nichol
1919
maintainers = [{ name = "Ian Bolliger", email = "[email protected]"}]
2020
dependencies = [
2121
"cloudpathlib",
22-
"dask",
23-
"distributed",
2422
"gitpython",
25-
"numpy",
2623
"rhg_compute_tools",
27-
"pandas",
2824
"parameterize_jobs",
2925
"pint-xarray",
30-
"scipy",
3126
"scikit-learn",
32-
"xarray",
33-
"zarr"
27+
"xarray[complete]",
3428
]
3529
requires-python = ">=3.6"
3630
dynamic = ["version"]

0 commit comments

Comments
 (0)