Skip to content

Commit 7ce0110

Browse files
authored
pin h5py to v2.10 (#4569)
1 parent c02b805 commit 7ce0110

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

ci/requirements/py36.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies:
1515
- distributed
1616
- flake8
1717
- h5netcdf
18-
- h5py
18+
- h5py=2
1919
- hdf5
2020
- hypothesis
2121
- iris

ci/requirements/py37-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies:
1515
- distributed
1616
- flake8
1717
- h5netcdf
18-
- h5py
18+
- h5py=2
1919
- hdf5
2020
- hypothesis
2121
- iris

ci/requirements/py37.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies:
1515
- distributed
1616
- flake8
1717
- h5netcdf
18-
- h5py
18+
- h5py=2
1919
- hdf5
2020
- hypothesis
2121
- iris

ci/requirements/py38-all-but-dask.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313
- coveralls
1414
- flake8
1515
- h5netcdf
16-
- h5py
16+
- h5py=2
1717
- hdf5
1818
- hypothesis
1919
- isort

ci/requirements/py38.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies:
1515
- distributed
1616
- flake8
1717
- h5netcdf
18-
- h5py
18+
- h5py=2
1919
- hdf5
2020
- hypothesis
2121
- iris

0 commit comments

Comments
 (0)