Skip to content

Commit

Permalink
Update h5py requirement in /tools
Browse files Browse the repository at this point in the history
Updates the requirements on [h5py](https://github.com/h5py/h5py) to permit the latest version.
- [Release notes](https://github.com/h5py/h5py/releases)
- [Changelog](https://github.com/h5py/h5py/blob/master/docs/release_guide.rst)
- [Commits](h5py/h5py@3.1.0...3.12.1)

---
updated-dependencies:
- dependency-name: h5py
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 15, 2025
1 parent 7260cc0 commit 1b58983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# some package versions need to be specified in respective requirements.txt
# files because the version differs between them:
# tensorflow, numpy
h5py>=3.1.0,<3.11.0
h5py>=3.1.0,<3.13.0
onnx>=1.8.1,<=1.17.0
pytest>=5.0,<8.4
protobuf>=3.18.1,<4.0.0
Expand Down

0 comments on commit 1b58983

Please sign in to comment.