From 6a525e3c2c35b9e9ebc517236fd90ff7f16a89bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 13:25:58 +0000 Subject: [PATCH] chore(deps): Bump numpy from 2.4.6 to 2.5.0 Bumps [numpy](https://github.com/numpy/numpy) from 2.4.6 to 2.5.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/v2.4.6...v2.5.0) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-lock.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-lock.txt b/requirements-lock.txt index edd8d1b..f6b3fa6 100644 --- a/requirements-lock.txt +++ b/requirements-lock.txt @@ -2,7 +2,7 @@ # Generated: 2026-05-13 on Python 3.11 (Windows/Linux/macOS compatible) # # Core experiment dependencies (no GPU required): -numpy==2.4.6 +numpy==2.5.0 matplotlib==3.10.9 scipy==1.17.1 pytest==9.0.3 diff --git a/requirements.txt b/requirements.txt index cf4eb65..917bb5b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ # Reproducibility package -numpy==2.4.6 +numpy==2.5.0