From 2140dac89ada7bdfd890b096cd4cb2a5f2c0d047 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 19:40:59 +0000 Subject: [PATCH] deps: update netcdf4 requirement from >=1.6.0 to >=1.7.2 Updates the requirements on [netcdf4](https://github.com/Unidata/netcdf4-python) to permit the latest version. - [Release notes](https://github.com/Unidata/netcdf4-python/releases) - [Changelog](https://github.com/Unidata/netcdf4-python/blob/master/Changelog) - [Commits](https://github.com/Unidata/netcdf4-python/commits) --- updated-dependencies: - dependency-name: netcdf4 dependency-version: 1.7.2 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..8ac6106 100644 --- a/requirements.txt +++ b/requirements.txt @@ -37,7 +37,7 @@ requests>=2.28.0 # 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 xarray>=0.20.0 # NetCDF (.nc, .cdf): atmospheric/oceanographic data -netcdf4>=1.6.0 # NetCDF engine used by xarray +netcdf4>=1.7.2 # NetCDF engine used by xarray # spc>=0.2 # Thermo Fisher SPC (.spc): Raman/IR spectra [unmaintained; requires ez_setup] # Mass Spectrometry — mzML/mzXML (optional)