From 3c40f51ac3b6f90f6198b525af7fcfd02659d082 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jan 2026 07:25:23 +0000 Subject: [PATCH] Bump torch from 2.7.0 to 2.7.1+cu126 in /scripts Bumps torch from 2.7.0 to 2.7.1+cu126. --- updated-dependencies: - dependency-name: torch dependency-version: 2.7.1+cu126 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/requirements.txt b/scripts/requirements.txt index c29fda5..db131e0 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -2,7 +2,7 @@ --index-url https://pypi.org/simple --extra-index-url https://download.pytorch.org/whl/test/cu126 torch==2.7.0+cu126; sys_platform != 'darwin' -torch==2.7.0; sys_platform == 'darwin' +torch==2.7.1+cu126; sys_platform == 'darwin' torchvision==0.22.0 torchaudio==2.7.0 vllm==0.11.0