From 5e4566d296efad1ab6545876a115d99b6a2aded3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 21:46:23 +0000 Subject: [PATCH] chore(deps): bump torch from 2.4.1 to 2.12.1+cpu in /benchmark/camelyon Bumps torch from 2.4.1 to 2.12.1+cpu. --- updated-dependencies: - dependency-name: torch dependency-version: 2.12.1+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..3ebcd280 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.1+cpu torchvision==0.19.1 --extra-index-url https://download.pytorch.org/whl/cpu