From 04f164bb430b0d0b7b9091356308ab6c88bd08ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 May 2025 11:48:48 +0000 Subject: [PATCH] Bump torch from 2.3.1 to 2.7.0 in /code Bumps [torch](https://github.com/pytorch/pytorch) from 2.3.1 to 2.7.0. - [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.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.7.0 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..aeecbbd 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.0 torchvision==0.18.1 tornado==6.3.1 tqdm==4.64.1