Skip to content

Commit 3bb52af

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.15.0) --- updated-dependencies: - dependency-name: h5py dependency-version: 3.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 77007b4 commit 3bb52af

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.1
1717
packaging>=22.0
1818

1919
# Frontends
20-
h5py>=3.1.0,<3.14.0
20+
h5py>=3.1.0,<3.16.0
2121
docopt~=0.6.2
2222
paddlepaddle==2.6.2
2323
tensorflow>=1.15.5,<2.18.0

0 commit comments

Comments
 (0)