Skip to content

Commit

Permalink
Require h5py>=3.0.0 to ensure Python 3.9 wheels are available.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Sep 16, 2024
1 parent 1ecd1fd commit 812567b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-oldest-reqs.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
click==7.1.2
coverage==5.3.1
filelock==3.0.0
h5py==2.10.0; platform_machine != "arm64" or platform_system != "Darwin"
h5py==3.0.0; platform_machine != "arm64" or platform_system != "Darwin"
h5py==3.7.0; platform_machine == "arm64" or platform_system == "Darwin"
numpy==1.19.3; platform_machine != "arm64" or platform_system != "Darwin"
numpy==1.21.0; platform_machine == "arm64" and platform_system == "Darwin"
Expand Down

0 comments on commit 812567b

Please sign in to comment.