From 3399afb8a30e7c989b49fc827ea686809382aa5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 20:22:19 +0000 Subject: [PATCH] Update numpy requirement from <2.4.0,>=1.21.0 to >=1.21.0,<2.5.0 Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.21.0...v2.4.0) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5a9e335..2150a8b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "h5py>=3.0.0", "lazy_loader>=0.1", "matplotlib>=3.3.0", - "numpy>=1.21.0,<2.4.0", # 2.4 removed support for assigning non scalar values to array elements. Code needs updating for this + "numpy>=1.21.0,<2.5.0", # 2.4 removed support for assigning non scalar values to array elements. Code needs updating for this "pandas>=1.0.0", "versioningit>=2.2.1", "xarray>=0.18.0",