From fcf547d7d27c959f7bea61d59a368a7dc6abfc17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Oct 2025 14:34:15 +0000 Subject: [PATCH] Bump torch from 2.5.1 to 2.7.1+cu128 Bumps torch from 2.5.1 to 2.7.1+cu128. --- updated-dependencies: - dependency-name: torch dependency-version: 2.7.1+cu128 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9c0e947..d545a15 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ tk==0.1.0 customtkinter==5.2.2 pillow==11.1.0 torch; sys_platform != 'darwin' -torch==2.5.1; sys_platform == 'darwin' +torch==2.7.1+cu128; sys_platform == 'darwin' torchvision; sys_platform != 'darwin' torchvision==0.20.1; sys_platform == 'darwin' onnxruntime-silicon==1.16.3; sys_platform == 'darwin' and platform_machine == 'arm64'