From 2acd2e1efe0df44b82d3b05ace32776ea4e80f9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 23:37:56 +0000 Subject: [PATCH] Bump torch from 2.2.0 to 2.8.0 Bumps [torch](https://github.com/pytorch/pytorch) from 2.2.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.2.0...v2.8.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.8.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 8b87006..17dd2b3 100644 --- a/setup.py +++ b/setup.py @@ -66,7 +66,7 @@ def setup(): ], python_requires=">=3.8", install_requires=[ - "torch==2.2.0", + "torch==2.8.0", "torchvision==0.15.2", "torchcde==0.2.5", "utilsd==0.0.18.post0",