Skip to content

Commit

Permalink
bumped h5py version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sfonxu committed Nov 4, 2024
1 parent e256d56 commit 9f3d2cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests+pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
sysctl -a | grep cpu | grep hw
- if: steps.cache.outputs.cache-hit != 'true'
run: |
HDF5_MPI="ON" CC=mpicc pip install --no-binary=h5py h5py==3.10.0
HDF5_MPI="ON" CC=mpicc pip install --no-binary=h5py h5py==3.12.1
pip install -e .[tests]
- run: pip show numpy
- id: cache-save
Expand Down

0 comments on commit 9f3d2cb

Please sign in to comment.