From 081033b7be59008265e9ec374dfb67215d946f62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 16:44:23 +0000 Subject: [PATCH] chore(deps): update numpy requirement from >=1.24.0 to >=2.2.6 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(-) mode change 100755 => 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt old mode 100755 new mode 100644 index 64c122c..89a5f0d --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ ollama>=0.1.0 chromadb>=0.4.0 langchain>=0.2.0 sentence-transformers>=2.2.0 -numpy>=1.24.0 +numpy>=2.2.6 scipy>=1.10.0 # ─── Document Processing ────────────────────────────────────────────────────