File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -8,15 +8,15 @@ dependencies:
8
8
# - cdms2 # Not available on Windows
9
9
# - cfgrib # Causes Python interpreter crash on Windows: https://github.com/pydata/xarray/pull/3340
10
10
- cftime
11
- - dask-core
11
+ - dask-core != 2021.12.0 # https://github.com/pydata/xarray/pull/6111, can remove on next release
12
12
- distributed
13
13
- fsspec!=2021.7.0
14
14
- h5netcdf
15
15
- h5py
16
16
- hdf5
17
17
- hypothesis
18
18
- iris
19
- - lxml # Optional dep of pydap
19
+ - lxml # Optional dep of pydap
20
20
- matplotlib-base
21
21
- nc-time-axis
22
22
- netcdf4
@@ -42,4 +42,4 @@ dependencies:
42
42
- typing_extensions
43
43
- zarr
44
44
- pip :
45
- - numbagg
45
+ - numbagg
Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ dependencies:
10
10
- cdms2
11
11
- cfgrib
12
12
- cftime
13
- - dask-core
13
+ - dask-core != 2021.12.0 # https://github.com/pydata/xarray/pull/6111, can remove on next release
14
14
- distributed
15
15
- fsspec!=2021.7.0
16
16
- h5netcdf
17
17
- h5py
18
18
- hdf5
19
19
- hypothesis
20
20
- iris
21
- - lxml # Optional dep of pydap
21
+ - lxml # Optional dep of pydap
22
22
- matplotlib-base
23
23
- nc-time-axis
24
24
- netcdf4
@@ -46,4 +46,4 @@ dependencies:
46
46
- typing_extensions
47
47
- zarr
48
48
- pip :
49
- - numbagg
49
+ - numbagg
You can’t perform that action at this time.
0 commit comments