From 23f01b0a174d9a0de46a915a07cf10f35715d59a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 21:06:02 +0000 Subject: [PATCH] Bump numpy from 1.26.4 to 2.4.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.26.4 to 2.4.0. - [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.26.4...v2.4.0) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 07dec6d3..483a6343 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # This is used to build the CI test environment and so Github can track dependencies. xarray==2025.1.2 pandas==2.3.3 -numpy==1.26.4 +numpy==2.4.0 matplotlib==3.10.1 dask[array, distributed]==2025.2.0 requests==2.32.5