From 7d2772b308bab0b149a043ca4fde5ffc3453c058 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 03:45:16 +0000 Subject: [PATCH] Bump torch from 2.4.1 to 2.5.1+cpu Bumps torch from 2.4.1 to 2.5.1+cpu. --- updated-dependencies: - dependency-name: torch dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- deps/torch_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/torch_requirements.txt b/deps/torch_requirements.txt index 838b208..c253bb4 100644 --- a/deps/torch_requirements.txt +++ b/deps/torch_requirements.txt @@ -1,4 +1,4 @@ --index-url https://download.pytorch.org/whl/cpu torch==2.4.1;sys_platform=='darwin' -torch==2.4.1+cpu;sys_platform=='linux' +torch==2.5.1+cpu;sys_platform=='linux' torch==2.4.1+cpu;sys_platform=='win32'