From 85945b5aa6a6e0c5469874c6a62ed2d7433ef350 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 10:42:37 +0000 Subject: [PATCH] chore(deps): bump torch from 2.6.0 to 2.8.0 in /data/python/torch_vision Bumps [torch](https://github.com/pytorch/pytorch) from 2.6.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.6.0...v2.8.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- data/python/torch_vision/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/python/torch_vision/requirements.txt b/data/python/torch_vision/requirements.txt index d3e1cc5..8d5ff0e 100644 --- a/data/python/torch_vision/requirements.txt +++ b/data/python/torch_vision/requirements.txt @@ -3,7 +3,7 @@ fastapi == 0.110.0 uvicorn == 0.27.1 minio == 7.2.4 pandas == 2.2.2 -torch == 2.6.0 +torch == 2.8.0 torchvision == 0.21.0 torcheval == 0.0.7 scikit-learn == 1.5.2