Skip to content

Commit

Permalink
Make CI pass by limiting dask version (pydata#6111)
Browse files Browse the repository at this point in the history
* Make CI pass by limiting dask version
  • Loading branch information
max-sixty authored Dec 27, 2021
1 parent 4030120 commit 3960ea3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions ci/requirements/environment-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ dependencies:
# - cdms2 # Not available on Windows
# - cfgrib # Causes Python interpreter crash on Windows: https://github.com/pydata/xarray/pull/3340
- cftime
- dask-core
- dask-core != 2021.12.0 # https://github.com/pydata/xarray/pull/6111, can remove on next release
- distributed
- fsspec!=2021.7.0
- h5netcdf
- h5py
- hdf5
- hypothesis
- iris
- lxml # Optional dep of pydap
- lxml # Optional dep of pydap
- matplotlib-base
- nc-time-axis
- netcdf4
Expand All @@ -42,4 +42,4 @@ dependencies:
- typing_extensions
- zarr
- pip:
- numbagg
- numbagg
6 changes: 3 additions & 3 deletions ci/requirements/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ dependencies:
- cdms2
- cfgrib
- cftime
- dask-core
- dask-core != 2021.12.0 # https://github.com/pydata/xarray/pull/6111, can remove on next release
- distributed
- fsspec!=2021.7.0
- h5netcdf
- h5py
- hdf5
- hypothesis
- iris
- lxml # Optional dep of pydap
- lxml # Optional dep of pydap
- matplotlib-base
- nc-time-axis
- netcdf4
Expand Down Expand Up @@ -46,4 +46,4 @@ dependencies:
- typing_extensions
- zarr
- pip:
- numbagg
- numbagg

0 comments on commit 3960ea3

Please sign in to comment.