From 22e982f0982bd27801a889370a296ef4ffa55f33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 23:08:18 +0000 Subject: [PATCH] chore(deps): bump torch from 2.4.1 to 2.12.0+cpu in /benchmark/camelyon Bumps torch from 2.4.1 to 2.12.0+cpu. --- updated-dependencies: - dependency-name: torch dependency-version: 2.12.0+cpu dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- benchmark/camelyon/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/camelyon/requirements.txt b/benchmark/camelyon/requirements.txt index 0201c56e..b8d51a8e 100644 --- a/benchmark/camelyon/requirements.txt +++ b/benchmark/camelyon/requirements.txt @@ -1,6 +1,6 @@ tqdm==4.66.3 numpy==2.1.1 scikit-learn==1.5.2 -torch==2.4.1 +torch==2.12.0+cpu torchvision==0.19.1 --extra-index-url https://download.pytorch.org/whl/cpu