Skip to content

Commit

Permalink
try adding back h5netcdf
Browse files Browse the repository at this point in the history
  • Loading branch information
keewis committed Apr 28, 2024
1 parent eedfc43 commit e12ba1e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ci/install-upstream-wheels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -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

0 comments on commit e12ba1e

Please sign in to comment.