Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use condas dask-core in ci instead of dask to speedup ci and reduce dependencies #6007

Merged
merged 11 commits into from
Nov 28, 2021
2 changes: 1 addition & 1 deletion ci/requirements/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- bottleneck
- cartopy
- cfgrib>=0.9
- dask>=2.10
- dask-core>=2.30
- h5netcdf>=0.7.4
- ipykernel
- ipython
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements/environment-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
# - cdms2 # Not available on Windows
# - cfgrib # Causes Python interpreter crash on Windows: https://github.com/pydata/xarray/pull/3340
- cftime
- dask
- dask-core
- distributed
- fsspec!=2021.7.0
- h5netcdf
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
- cdms2
- cfgrib
- cftime
- dask
- dask-core
- distributed
- fsspec!=2021.7.0
- h5netcdf
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements/py37-min-all-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
- cfgrib=0.9
- cftime=1.2
- coveralls
- dask=2.30
- dask-core=2.30
- distributed=2.30
- h5netcdf=0.8
- h5py=2.10
Expand Down