From 97a51db5246a4aa0df28e012aa0329f320ff4c09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 01:21:57 +0000 Subject: [PATCH] chore(deps): update numpy requirement 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.2.6) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.2.6 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 a4ccf82e..358cf5c1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -58,7 +58,7 @@ arxiv>=2.0.0 # ============================================ # Scientific computing (for RAG and code execution) # ============================================ -numpy>=1.24.0,<2.0.0 # NumPy 1.24+ required for array API, <2.0 for compatibility +numpy>=1.24.0,<3.0.0 # NumPy 1.24+ required for array API, <2.0 for compatibility # matplotlib>=3.7.0 # Uncomment if needed for plotting # scipy>=1.11.0 # Uncomment if needed for scientific computing # pandas>=2.0.0 # Uncomment if needed for data analysis