From a0eb89c67aae032977d5b1e1e56f93c36b638c40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 13:58:20 +0000 Subject: [PATCH 1/2] Bump torchvision from 0.22.0 to 0.24.1 Bumps [torchvision](https://github.com/pytorch/vision) from 0.22.0 to 0.24.1. - [Release notes](https://github.com/pytorch/vision/releases) - [Commits](https://github.com/pytorch/vision/compare/v0.22.0...v0.24.1) --- updated-dependencies: - dependency-name: torchvision dependency-version: 0.24.1 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 3c14a2a5c..4d747c718 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,7 +23,7 @@ sympy==1.13.3 threadpoolctl==3.6.0 torch==2.7.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 +torchvision==0.25.0 #+cu124 If you want to install the cuda version see Makefile tqdm==4.67.1 typing_extensions==4.13.2 tzdata==2025.3 From 29d9b376e24e7cbbd922318621f883ef9fec5c1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 13:58:21 +0000 Subject: [PATCH 2/2] Bump torch from 2.7.0 to 2.9.1 Bumps [torch](https://github.com/pytorch/pytorch) from 2.7.0 to 2.9.1. - [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.1) --- updated-dependencies: - dependency-name: torch dependency-version: 2.9.1 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 3c14a2a5c..f3f492e21 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.10.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