Skip to content

Commit 6e54b5c

Browse files
Update h5py requirement in /tests
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 6e54b5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/constraints.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
numpy>=1.16.6,<1.27
22
attrs==23.2.0
33
distro==1.9.0
4-
h5py>=3.1.0,<3.12.0
4+
h5py>=3.1.0,<3.14.0
55
Jinja2>=2.11.2
66
pandas>=1.3.5
77
pymongo>=3.12.0

0 commit comments

Comments
 (0)