From e5a96b7101cd111332547ff98079716fe7e3d84a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 May 2026 14:52:01 +0000 Subject: [PATCH] Update numpy requirement from <3,>=2 to >=2.4.5,<3 in /scripts/voxtral 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.5) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scripts/voxtral/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/voxtral/requirements.txt b/scripts/voxtral/requirements.txt index 0552521..edf2c64 100644 --- a/scripts/voxtral/requirements.txt +++ b/scripts/voxtral/requirements.txt @@ -1,2 +1,2 @@ torch>=2.7,<3 -numpy>=2,<3 +numpy>=2.4.5,<3