From 6135402dbdb4410d30c3bb5a0d99563814240137 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 16:43:47 +0000 Subject: [PATCH] Update numpy requirement from >=1.24 to >=2.5.1 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.1) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.5.1 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 df13fca..f577284 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ pyscf>=2.14.0 # HPC / parallel mpi4py>=4.1.2 -numpy>=1.24 +numpy>=2.5.1 scipy>=1.18.0 # Optional: GPU acceleration (requires CUDA 12.2)