From 019b2b5e19ad01f183f6283ac7d6b6793c2574da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 01:08:50 +0000 Subject: [PATCH] chore(deps): update numpy requirement from >=1.24.0 to >=2.4.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.4.6) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-docker.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-docker.txt b/requirements-docker.txt index 069cd7c..507010d 100644 --- a/requirements-docker.txt +++ b/requirements-docker.txt @@ -18,7 +18,7 @@ PyMuPDF>=1.28.0 python-multipart>=0.0.32 sqlalchemy>=2.0.0 aiosqlite>=0.22.1 -numpy>=1.24.0 +numpy>=2.4.6 jieba>=0.42.0 rank_bm25>=0.2.2 tqdm>=4.67.0 diff --git a/requirements.txt b/requirements.txt index 3fec108..4486ea2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,7 +27,7 @@ sqlalchemy>=2.0.0 aiosqlite>=0.22.1 # Retrieval / ranking -numpy>=1.24.0 +numpy>=2.4.6 jieba>=0.42.0 rank_bm25>=0.2.2 tqdm>=4.67.0