From ead5835e60cffc45b5522821b9d03f3cdc49b62b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 08:18:47 +0000 Subject: [PATCH] build(deps): update torch requirement from >=1.12.0 to >=2.8.0 Updates the requirements on [torch](https://github.com/pytorch/pytorch) to permit the latest version. - [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/ciflow/torchtitan/168331...v2.8.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/requirements_torch.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements_torch.txt b/requirements/requirements_torch.txt index 6737ebd0..4ea9d2af 100644 --- a/requirements/requirements_torch.txt +++ b/requirements/requirements_torch.txt @@ -2,7 +2,7 @@ matplotlib>=3.5.2 opencv-python pillow>=10.0.1 # not directly required, pinned by Snyk to avoid a vulnerability tensorboard -torch>=1.12.0 +torch>=2.8.0 torchvision>=0.13.0 werkzeug>=3.0.1 # not directly required, pinned by Snyk to avoid a vulnerability wheel>=0.38.0 # not directly required, pinned by Snyk to avoid a vulnerability