From 2bcdfcd73d5e20ec24ce00b780de653212eda094 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 May 2025 20:15:20 +0000 Subject: [PATCH] Bump torch from 2.4 to 2.7.0 Bumps [torch](https://github.com/pytorch/pytorch) from 2.4 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.4.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 d893f9d..ec58462 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ python_requires='>=3.9', install_requires=['packaging', 'wheel', - 'torch==2.4', + 'torch==2.7.0', 'torchaudio==2.4', 'stable-audio-tools==0.0.17', 'pytorch-lightning==2.1',