From e12ba1ed41d4e1b6f435a2153c4cd99e2832d8c4 Mon Sep 17 00:00:00 2001 From: Justus Magin Date: Sun, 28 Apr 2024 19:50:25 +0200 Subject: [PATCH] try adding back `h5netcdf` --- ci/install-upstream-wheels.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ci/install-upstream-wheels.sh b/ci/install-upstream-wheels.sh index 39046b565d8..af4b68b0d9b 100755 --- a/ci/install-upstream-wheels.sh +++ b/ci/install-upstream-wheels.sh @@ -31,7 +31,8 @@ python -m pip install \ numpy \ scipy \ matplotlib \ - pandas + pandas \ + h5py # for some reason pandas depends on pyarrow already. # Remove once a `pyarrow` version compiled with `numpy>=2.0` is on `conda-forge` python -m pip install \ @@ -70,6 +71,6 @@ python -m pip install \ git+https://github.com/intake/filesystem_spec \ git+https://github.com/SciTools/nc-time-axis \ git+https://github.com/xarray-contrib/flox \ + git+https://github.com/h5netcdf/h5netcdf \ git+https://github.com/dgasmith/opt_einsum # git+https://github.com/pydata/sparse - # git+https://github.com/h5netcdf/h5netcdf