Skip to content

Commit 2d7c301

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.13.0) --- updated-dependencies: - dependency-name: h5py dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bb7f0e7 commit 2d7c301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bindings/python/constraints.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ wheel>=0.38.1
1616
patchelf<=0.17.2.1
1717

1818
# Frontends
19-
h5py>=3.1.0,<3.12.0
19+
h5py>=3.1.0,<3.14.0
2020
docopt~=0.6.2
2121
paddlepaddle==2.6.0
2222
tensorflow>=1.15.5,<2.17.0

0 commit comments

Comments
 (0)