Skip to content
forked from pydata/xarray

Commit 3960ea3

Browse files
authored
Make CI pass by limiting dask version (pydata#6111)
* Make CI pass by limiting dask version
1 parent 4030120 commit 3960ea3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

ci/requirements/environment-windows.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ dependencies:
88
# - cdms2 # Not available on Windows
99
# - cfgrib # Causes Python interpreter crash on Windows: https://github.com/pydata/xarray/pull/3340
1010
- cftime
11-
- dask-core
11+
- dask-core != 2021.12.0 # https://github.com/pydata/xarray/pull/6111, can remove on next release
1212
- distributed
1313
- fsspec!=2021.7.0
1414
- h5netcdf
1515
- h5py
1616
- hdf5
1717
- hypothesis
1818
- iris
19-
- lxml # Optional dep of pydap
19+
- lxml # Optional dep of pydap
2020
- matplotlib-base
2121
- nc-time-axis
2222
- netcdf4
@@ -42,4 +42,4 @@ dependencies:
4242
- typing_extensions
4343
- zarr
4444
- pip:
45-
- numbagg
45+
- numbagg

ci/requirements/environment.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ dependencies:
1010
- cdms2
1111
- cfgrib
1212
- cftime
13-
- dask-core
13+
- dask-core != 2021.12.0 # https://github.com/pydata/xarray/pull/6111, can remove on next release
1414
- distributed
1515
- fsspec!=2021.7.0
1616
- h5netcdf
1717
- h5py
1818
- hdf5
1919
- hypothesis
2020
- iris
21-
- lxml # Optional dep of pydap
21+
- lxml # Optional dep of pydap
2222
- matplotlib-base
2323
- nc-time-axis
2424
- netcdf4
@@ -46,4 +46,4 @@ dependencies:
4646
- typing_extensions
4747
- zarr
4848
- pip:
49-
- numbagg
49+
- numbagg

0 commit comments

Comments
 (0)