From 9672c9705e393ede370403be65ab73b240ab9299 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 07:57:06 +0000 Subject: [PATCH] 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](https://github.com/h5py/h5py/compare/3.1.0...3.11.0) --- updated-dependencies: - dependency-name: h5py dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/bindings/python/constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bindings/python/constraints.txt b/src/bindings/python/constraints.txt index 8a69b32e82f56f..804e2054aef46a 100644 --- a/src/bindings/python/constraints.txt +++ b/src/bindings/python/constraints.txt @@ -16,7 +16,7 @@ wheel>=0.38.1 patchelf<=0.17.2.1 # Frontends -h5py>=3.1.0,<3.11.0 +h5py>=3.1.0,<3.12.0 docopt~=0.6.2 paddlepaddle==2.6.0 tensorflow>=1.15.5,<2.17.0