From d98df8ac3abf7f167725dd798618c1b95b7a4697 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Apr 2025 18:17:38 +0000 Subject: [PATCH] Bump torch from 2.5.0 to 2.6.0+cu124 in /KlayGE/Samples/src/EnvLighting Bumps torch from 2.5.0 to 2.6.0+cu124. --- updated-dependencies: - dependency-name: torch dependency-version: 2.6.0+cu124 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- KlayGE/Samples/src/EnvLighting/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KlayGE/Samples/src/EnvLighting/requirements.txt b/KlayGE/Samples/src/EnvLighting/requirements.txt index b3faa9a3b..4e8b2b38d 100644 --- a/KlayGE/Samples/src/EnvLighting/requirements.txt +++ b/KlayGE/Samples/src/EnvLighting/requirements.txt @@ -1,3 +1,3 @@ --extra-index-url https://download.pytorch.org/whl/cu124 numpy==1.26.4 -torch==2.5.0 +torch==2.6.0+cu124