From c966d885685e7831d3f8922a7c23658af2e5e5f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 May 2025 18:51:45 +0000 Subject: [PATCH] :lock:(deps): Bump torch from 2.0.0 to 2.7.0 Bumps [torch](https://github.com/pytorch/pytorch) from 2.0.0 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.0.0...v2.7.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f0a9baf..ccdc6f0 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ 'tensorboard==2.16.2', 'termcolor==2.3.0', 'tensorflow==2.16.1', - 'torch==2.0.0', + 'torch==2.7.0', 'torchvision==0.15.1', 'tqdm==4.66.3', 'vit-keras==0.1.2',