Skip to content

Commit 110c857

Browse files
authored
temporarily pin dask (#4873)
1 parent 5735e16 commit 110c857

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/requirements/environment-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ 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
11+
- dask<2021.02.0
1212
- distributed
1313
- h5netcdf
1414
- h5py=2

ci/requirements/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies:
99
- cdms2
1010
- cfgrib
1111
- cftime
12-
- dask
12+
- dask<2021.02.0
1313
- distributed
1414
- h5netcdf
1515
- h5py=2

0 commit comments

Comments
 (0)