From 8ead5028fdc29f513858cec3840c7ac293e15c7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 14:40:25 +0000 Subject: [PATCH] chore(deps): bump torch in /data/python/use-cases/bpr Bumps [torch](https://github.com/pytorch/pytorch) from 2.3.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.3.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/use-cases/bpr/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/python/use-cases/bpr/requirements.txt b/data/python/use-cases/bpr/requirements.txt index a74674ee..611e2f20 100644 --- a/data/python/use-cases/bpr/requirements.txt +++ b/data/python/use-cases/bpr/requirements.txt @@ -4,7 +4,7 @@ scipy==1.16.0 albumentations==1.4.1 dataclasses pandas==2.2.2 -torch==2.3.0 +torch==2.8.0 torchvision==0.18.0 requests==2.32.3 pynrrd==1.1.1