From 10300084a5dab9d8ea3be9d3000cad799effa50b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 May 2026 14:52:21 +0000 Subject: [PATCH] Update torch requirement in /scripts/voxtral Updates the requirements on [torch](https://github.com/pytorch/pytorch) to permit the latest version. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/compare/v2.7.0...v2.12.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.12.0 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..94e51b4 100644 --- a/scripts/voxtral/requirements.txt +++ b/scripts/voxtral/requirements.txt @@ -1,2 +1,2 @@ -torch>=2.7,<3 +torch>=2.12.0,<3 numpy>=2,<3