From 7f258c3b39673b4a28d20fb9682d8e6294223a50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 05:14:29 +0000 Subject: [PATCH] Update netcdf4 requirement from >=1.7.1 to >=1.7.4 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.4 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 9b06edfd8a..a7f84b7848 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ Jinja2>=3.1.4 numpy>=2.0.0 scipy>=1.14.1 -netcdf4>=1.7.1 +netcdf4>=1.7.4 matplotlib>=3.7.0 Cython>=3.0.0 boutdata>=0.3.0