From f5982578cba612ff8bb1516373fad28d07261b89 Mon Sep 17 00:00:00 2001 From: Mathias Hauser Date: Mon, 9 Nov 2020 12:43:31 +0100 Subject: [PATCH] pin h5py to v2.10 --- ci/requirements/py36.yml | 2 +- ci/requirements/py37-windows.yml | 2 +- ci/requirements/py37.yml | 2 +- ci/requirements/py38-all-but-dask.yml | 2 +- ci/requirements/py38.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ci/requirements/py36.yml b/ci/requirements/py36.yml index 7c06bcb88f0..0568373b0ab 100644 --- a/ci/requirements/py36.yml +++ b/ci/requirements/py36.yml @@ -15,7 +15,7 @@ dependencies: - distributed - flake8 - h5netcdf - - h5py + - h5py=2 - hdf5 - hypothesis - iris diff --git a/ci/requirements/py37-windows.yml b/ci/requirements/py37-windows.yml index 64c73c04c82..53790d4edce 100644 --- a/ci/requirements/py37-windows.yml +++ b/ci/requirements/py37-windows.yml @@ -15,7 +15,7 @@ dependencies: - distributed - flake8 - h5netcdf - - h5py + - h5py=2 - hdf5 - hypothesis - iris diff --git a/ci/requirements/py37.yml b/ci/requirements/py37.yml index c9702deb4bf..ae754ea02d9 100644 --- a/ci/requirements/py37.yml +++ b/ci/requirements/py37.yml @@ -15,7 +15,7 @@ dependencies: - distributed - flake8 - h5netcdf - - h5py + - h5py=2 - hdf5 - hypothesis - iris diff --git a/ci/requirements/py38-all-but-dask.yml b/ci/requirements/py38-all-but-dask.yml index 547418ada66..2d41ed6e988 100644 --- a/ci/requirements/py38-all-but-dask.yml +++ b/ci/requirements/py38-all-but-dask.yml @@ -13,7 +13,7 @@ dependencies: - coveralls - flake8 - h5netcdf - - h5py + - h5py=2 - hdf5 - hypothesis - isort diff --git a/ci/requirements/py38.yml b/ci/requirements/py38.yml index b80b4fde6fd..248788cdc1f 100644 --- a/ci/requirements/py38.yml +++ b/ci/requirements/py38.yml @@ -15,7 +15,7 @@ dependencies: - distributed - flake8 - h5netcdf - - h5py + - h5py=2 - hdf5 - hypothesis - iris