Skip to content

Commit ab72b3b

Browse files
Update h5py requirement in /src/bindings/python
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.16.0) --- updated-dependencies: - dependency-name: h5py dependency-version: 3.16.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f59c960 commit ab72b3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/bindings/python/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ patchelf<=0.17.2.4
1717
packaging>=22.0
1818

1919
# Frontends
20-
h5py>=3.1.0,<3.16.0
20+
h5py>=3.1.0,<3.17.0
2121
docopt~=0.6.2
2222
paddlepaddle==3.0.0
2323
tensorflow>=1.15.5,<2.21.0

0 commit comments

Comments
 (0)