From aa755e678361ac749cf7ab7accbbb218b2f0dd5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 19:41:05 +0000 Subject: [PATCH] deps: update h5py requirement from >=3.0.0 to >=3.14.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/3.0.0...3.14.0) --- updated-dependencies: - dependency-name: h5py dependency-version: 3.14.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 31f0802..e4f7ca6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -35,7 +35,7 @@ requests>=2.28.0 # Instrument File Import — M17 (optional — install what you need) # jcamp>=1.2.0 # JCAMP-DX (.jdx, .dx): IR, Raman, NMR, MS spectra [parser unreliable in CI] -h5py>=3.0.0 # HDF5 (.h5, .hdf5): simulation outputs, large arrays +h5py>=3.14.0 # HDF5 (.h5, .hdf5): simulation outputs, large arrays xarray>=0.20.0 # NetCDF (.nc, .cdf): atmospheric/oceanographic data netcdf4>=1.6.0 # NetCDF engine used by xarray # spc>=0.2 # Thermo Fisher SPC (.spc): Raman/IR spectra [unmaintained; requires ez_setup]