From aac3016f0d1287c619c5682d45a3ccf7d6428ffc Mon Sep 17 00:00:00 2001 From: David Hoese Date: Fri, 1 Dec 2023 11:17:35 -0600 Subject: [PATCH 1/3] Update unstable version of h5py in CI --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 14e5e3ffcd..2eff205013 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -83,7 +83,7 @@ jobs: git+https://github.com/pytroll/pyresample \ git+https://github.com/pytroll/trollimage \ git+https://github.com/fhs/pyhdf \ - git+https://github.com/takluyver/h5py@cython-3 \ + git+https://github.com/djhoese/h5py@cython-3-davidh \ git+https://github.com/Unidata/netcdf4-python \ git+https://github.com/dask/dask \ git+https://github.com/dask/distributed \ From e8938cbef0e5b4473a63b95fde3ec37b1b50ce13 Mon Sep 17 00:00:00 2001 From: David Hoese Date: Fri, 1 Dec 2023 21:33:26 -0600 Subject: [PATCH 2/3] Add h5netcdf to unstable CI --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2eff205013..9931130d53 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -84,6 +84,7 @@ jobs: git+https://github.com/pytroll/trollimage \ git+https://github.com/fhs/pyhdf \ git+https://github.com/djhoese/h5py@cython-3-davidh \ + git+https://github.com/h5netcdf/h5netcdf \ git+https://github.com/Unidata/netcdf4-python \ git+https://github.com/dask/dask \ git+https://github.com/dask/distributed \ From c85f0a073560c14f914425683600aab98f4a736e Mon Sep 17 00:00:00 2001 From: David Hoese Date: Tue, 5 Dec 2023 11:15:23 -0600 Subject: [PATCH 3/3] Update .github/workflows/ci.yaml --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9931130d53..0d73af13e1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -83,7 +83,7 @@ jobs: git+https://github.com/pytroll/pyresample \ git+https://github.com/pytroll/trollimage \ git+https://github.com/fhs/pyhdf \ - git+https://github.com/djhoese/h5py@cython-3-davidh \ + git+https://github.com/h5py/h5py \ git+https://github.com/h5netcdf/h5netcdf \ git+https://github.com/Unidata/netcdf4-python \ git+https://github.com/dask/dask \