From ac56323b76ce82f409762027cc07a1534498e989 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 04:52:50 +0000 Subject: [PATCH] Update numpy requirement from <3,>=2 to >=2.4.6,<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.6) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.6 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..d4fe7af 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.6,<3