From 1320f5c834f45564ba50490e86892c224078e174 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 00:22:57 +0000 Subject: [PATCH] Bump torch from 2.7.0 to 2.8.0 Bumps [torch](https://github.com/pytorch/pytorch) from 2.7.0 to 2.8.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.7.0...v2.8.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- scripts/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3c6bd02..f93c908 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ pillow numpy == 1.22.0 setuptools == 78.1.1 tensorboardX == 2.0 -torch == 2.7.0 +torch == 2.8.0 torchvision == 0.5.0 diff --git a/scripts/requirements.txt b/scripts/requirements.txt index a85c02a..1148bd7 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -1,4 +1,4 @@ -torch>=1.0 +torch>=2.8.0 torchvision tensorboardX pillow