From bfca37cf4067291cf307ca89204021bec595f603 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 11:15:40 +0000 Subject: [PATCH] Bump torch from 2.7.0 to 2.9.0 Bumps [torch](https://github.com/pytorch/pytorch) from 2.7.0 to 2.9.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.9.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bcf014229..d5cd2bc89 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ setuptools==80.9.0 six==1.17.0 sympy==1.13.3 threadpoolctl==3.6.0 -torch==2.7.0 #+cu124 If you want to install the cuda version see Makefile +torch==2.9.0 #+cu124 If you want to install the cuda version see Makefile torchaudio==2.7.0 #+cu124 If you want to install the cuda version see Makefile torchvision==0.22.0 #+cu124 If you want to install the cuda version see Makefile tqdm==4.67.1