Skip to content

Commit

Permalink
include io dependencies of xarray
Browse files Browse the repository at this point in the history
  • Loading branch information
bolliger32 committed Nov 15, 2024
1 parent f5ec63a commit 6907819
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,12 @@ authors = [{ name = "Ian Bolliger", email = "[email protected]"}, { name = "Nichol
maintainers = [{ name = "Ian Bolliger", email = "[email protected]"}]
dependencies = [
"cloudpathlib",
"dask",
"distributed",
"gitpython",
"numpy",
"rhg_compute_tools",
"pandas",
"parameterize_jobs",
"pint-xarray",
"scipy",
"scikit-learn",
"xarray",
"zarr"
"xarray[complete]",
]
requires-python = ">=3.6"
dynamic = ["version"]
Expand Down

0 comments on commit 6907819

Please sign in to comment.