From afc356190631ded2e13f704285664129ad674780 Mon Sep 17 00:00:00 2001 From: SdgJlbl Date: Wed, 2 Oct 2024 10:32:34 +0200 Subject: [PATCH] chore: bump dependencies for camelyon benchmark (#253) Signed-off-by: SdgJlbl --- benchmark/camelyon/requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/benchmark/camelyon/requirements.txt b/benchmark/camelyon/requirements.txt index 7c588837..0201c56e 100644 --- a/benchmark/camelyon/requirements.txt +++ b/benchmark/camelyon/requirements.txt @@ -1,6 +1,6 @@ tqdm==4.66.3 -numpy==1.26.4 -scikit-learn==1.5.1 -torch==2.3.0 -torchvision==0.18.0 +numpy==2.1.1 +scikit-learn==1.5.2 +torch==2.4.1 +torchvision==0.19.1 --extra-index-url https://download.pytorch.org/whl/cpu