From 4ec925e877d3885e87f72d02c9c5eeda08f08f7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 11:23:31 +0000 Subject: [PATCH] chore(deps): update numpy requirement from <2.4,>=2 to >=2.4.6,<2.5 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/v2.0.0...v2.4.6) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index feb8735d..83a66f3f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "pillow", "flask", # faiss-gpu-cu12 1.14 requires NumPy 2; <2.4 also satisfies vLLM/Numba. - "numpy>=2,<2.4", + "numpy>=2.4.6,<2.5", "fakeredis", "pymilvus", "pypinyin",