From 73db727afe752b2cf62ccafded074713eb8b81db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 15:04:20 +0000 Subject: [PATCH] chore(deps): bump torch in /data/python/use-cases/ood Bumps [torch](https://github.com/pytorch/pytorch) from 2.4.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.4.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/ood/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/python/use-cases/ood/requirements.txt b/data/python/use-cases/ood/requirements.txt index cd5726f7..e28ed258 100644 --- a/data/python/use-cases/ood/requirements.txt +++ b/data/python/use-cases/ood/requirements.txt @@ -9,5 +9,5 @@ scipy==1.14.0 SimpleITK==2.3.0 scikit-image==0.24.0 scikit-learn==1.5.1 -torch==2.4.0 +torch==2.8.0 tqdm==4.66.5 \ No newline at end of file