From acf5ec1e8a1698132bc14a7536e4007193f8e125 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 17:48:34 +0000 Subject: [PATCH] Bump torch in the python-packages group across 1 directory Bumps the python-packages group with 1 update in the / directory: torch. Updates `torch` from 2.4.1 to 2.4.1+cpu --- updated-dependencies: - dependency-name: torch dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages ... 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..5c68738 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=='darwin' torch==2.4.1+cpu;sys_platform=='linux' torch==2.4.1+cpu;sys_platform=='win32'