From a4ddcf7099c34f255aec887572392e09f7661401 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 02:09:30 +0000 Subject: [PATCH] Update h5py requirement from >=2.7 to >=3.16.0 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/2.7.0...3.16.0) --- updated-dependencies: - dependency-name: h5py dependency-version: 3.16.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a5c61d53b..692b61887 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ numpy>=1.13.3 matplotlib>=2.0.0 -h5py>=2.7 +h5py>=3.16.0 scipy>=0.16 numba