From 994479c4887bc7f3ba52a5a6079d43062b331f10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jun 2025 01:34:47 +0000 Subject: [PATCH] Bump torch from 2.3.1 to 2.7.1 in /code Bumps [torch](https://github.com/pytorch/pytorch) from 2.3.1 to 2.7.1. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/compare/v2.3.1...v2.7.1) --- updated-dependencies: - dependency-name: torch dependency-version: 2.7.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- code/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/requirements.txt b/code/requirements.txt index 8bd74e4..b1b33b2 100644 --- a/code/requirements.txt +++ b/code/requirements.txt @@ -192,7 +192,7 @@ threadpoolctl==3.1.0 tiktoken==0.7.0 tokenizers==0.19.1 tomli==2.0.2 -torch==2.3.1 +torch==2.7.1 torchvision==0.18.1 tornado==6.3.1 tqdm==4.64.1