Skip to content

Commit

Permalink
Add numpy<2 constraint when missing
Browse files Browse the repository at this point in the history
  • Loading branch information
t20100 committed Jul 3, 2024
1 parent df6e155 commit 187b07f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:
- name-suffix: "wheel-h5py_3.0.0"
os: ubuntu-latest
python-version: '3.7'
OLDEST_DEPENDENCIES: 'h5py==3.0.0'
OLDEST_DEPENDENCIES: 'h5py==3.0.0 "numpy<2"'

- name-suffix: "sdist-h5py_3.6.0"
os: ubuntu-latest
python-version: '3.10'
OLDEST_DEPENDENCIES: 'h5py==3.6.0'
OLDEST_DEPENDENCIES: 'h5py==3.6.0 "numpy<2"'

- name-suffix: "wheel-h5py_3.10.0"
os: ubuntu-latest
Expand Down

0 comments on commit 187b07f

Please sign in to comment.