From 01fcceb8f322e989cb7006546a37ce37d05ee5a7 Mon Sep 17 00:00:00 2001 From: Edoardo Gabrielli Date: Thu, 21 Dec 2023 11:52:00 +0100 Subject: [PATCH] Update baselines/flanders/pyproject.toml Co-authored-by: Javier --- baselines/flanders/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/baselines/flanders/pyproject.toml b/baselines/flanders/pyproject.toml index ec9a5094d883..34985e684d6f 100644 --- a/baselines/flanders/pyproject.toml +++ b/baselines/flanders/pyproject.toml @@ -40,7 +40,7 @@ classifiers = [ python = ">=3.9, <3.12.0" # pandas requires >=3.9 hydra-core = "1.3.2" # don't change this flwr = {extras = ["simulation"], version = "1.6.0" } -torch = "^2.1.1" +torch = "2.1.1" pandas = "^2.1.3" scikit-learn = "1.3.2" torchvision = "^0.16.1"