Skip to content

Commit a2db21f

Browse files
committed
update environment to match pydata#6559
1 parent ecb5cc2 commit a2db21f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

ci/requirements/min-all-deps.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,22 @@ dependencies:
88
# When upgrading python, numpy, or pandas, must also change
99
# doc/installing.rst and setup.py.
1010
- python=3.8
11-
- boto3=1.17
11+
- boto3=1.13
1212
- bottleneck=1.3
1313
# cartopy 0.18 conflicts with pynio
1414
- cartopy=0.19
1515
- cdms2=3.1
1616
- cfgrib=0.9
1717
- cftime=1.4
1818
- coveralls
19-
- dask-core=2021.4
20-
- distributed=2021.4
19+
- dask-core=2021.04
20+
- distributed=2021.04
2121
- h5netcdf=0.11
22-
- h5py=3.2
22+
- h5py=3.1
2323
# hdf5 1.12 conflicts with h5py=2.10
24-
- hdf5=1.12
24+
- hdf5=1.10
2525
- hypothesis
26-
- iris=3.0
26+
- iris=2.4
2727
- lxml=4.6 # Optional dep of pydap
2828
- matplotlib-base=3.4
2929
- nc-time-axis=1.2
@@ -33,7 +33,7 @@ dependencies:
3333
- netcdf4=1.5.3
3434
- numba=0.53
3535
- numpy=1.19
36-
- packaging=20.9
36+
- packaging=20.0
3737
- pandas=1.2
3838
- pint=0.17
3939
- pip

0 commit comments

Comments
 (0)