Skip to content

Commit

Permalink
Include optional dependencies from dtscalibration dependencies
Browse files Browse the repository at this point in the history
Use "xarray[parallel,accel]" instead of filling up the dtscalibration dependency list with optional xarray dependencies.
  • Loading branch information
bdestombe committed Jul 29, 2023
1 parent 26b6665 commit 3760a51
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,19 +52,17 @@ classifiers = [
"Topic :: Utilities",
]
dependencies = [
"numpy",
"xarray",
"numpy>=1.22.4", # xarray: recommended to use >= 1.22 for full quantile method support
"xarray[parallel,accel]",
"pyyaml>=6.0.1",
"xmltodict",
"scipy",
"patsy", # a dependency of statsmodels
"statsmodels",
"dask",
"toolz",
"matplotlib",
"netCDF4>=1.6.4",
"flox",
"pandas",
"nc-time-axis>=1.4.1" # optional plot dependency of xarray
]
dynamic = ["version"]

Expand Down

0 comments on commit 3760a51

Please sign in to comment.