From d1e786f49e46eaad1c58fc1b43e94f09264e7b59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 05:25:06 +0000 Subject: [PATCH] Update numpy requirement from >=1.24.0 to >=2.5.2 in /airan-energy 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.24.0...v2.5.2) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.5.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- airan-energy/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airan-energy/requirements.txt b/airan-energy/requirements.txt index 02ff937..1394f84 100644 --- a/airan-energy/requirements.txt +++ b/airan-energy/requirements.txt @@ -11,7 +11,7 @@ jaxtyping>=0.2.25 equinox>=0.11.0 # Data processing -numpy>=1.24.0 +numpy>=2.5.2 pandas>=2.0.0 scipy>=1.11.0