From f45f89d88e8e77e7488ec71d8ccedd51571916ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Apr 2025 18:24:45 +0000 Subject: [PATCH] Bump torch from 2.5.1 to 2.6.0+cu118 Bumps torch from 2.5.1 to 2.6.0+cu118. --- updated-dependencies: - dependency-name: torch dependency-version: 2.6.0+cu118 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 f21bf0c..10af180 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ tk==0.1.0 customtkinter==5.2.2 pillow==11.1.0 torch==2.5.1+cu118; sys_platform != 'darwin' -torch==2.5.1; sys_platform == 'darwin' +torch==2.6.0+cu118; sys_platform == 'darwin' torchvision==0.20.1; sys_platform != 'darwin' torchvision==0.20.1; sys_platform == 'darwin' onnxruntime-silicon==1.16.3; sys_platform == 'darwin' and platform_machine == 'arm64'