From f1590ba501cbdd9b7a6d02ef1171ce7ece0928b4 Mon Sep 17 00:00:00 2001 From: Chong Shen Ng Date: Tue, 7 Jan 2025 15:55:07 +0000 Subject: [PATCH] Add deps --- baselines/flwr_baselines/pyproject.toml | 26 ++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/baselines/flwr_baselines/pyproject.toml b/baselines/flwr_baselines/pyproject.toml index e61274ddc924..df9a07e97c63 100644 --- a/baselines/flwr_baselines/pyproject.toml +++ b/baselines/flwr_baselines/pyproject.toml @@ -38,20 +38,20 @@ classifiers = [ [tool.poetry.dependencies] python = ">=3.8.15, <=3.11.0" # Mandatory dependencies -# flwr = { extras = ["simulation"], version = "^1.3.0" } -# torch = "==2.5.1" -# torchvision = "==0.20.1" -# hydra-core = "^1.2.0" +flwr = { extras = ["simulation"], version = "^1.3.0" } +torch = "==2.5.1" +torchvision = "==0.20.1" +hydra-core = "^1.2.0" numpy = "^1.20.0" -# tqdm = "4.66.3" -# matplotlib = "^3.5.1" -# scikit-image = "^0.18.1" -# scikit-learn = "^1.2.1" -# wget = "^3.2" -# virtualenv = "^20.24.6" -# pandas = "^1.5.3" -# pyhamcrest = "^2.0.4" -# pillow = "==10.2.0" +tqdm = "4.66.3" +matplotlib = "^3.5.1" +scikit-image = "^0.18.1" +scikit-learn = "^1.2.1" +wget = "^3.2" +virtualenv = "^20.24.6" +pandas = "^1.5.3" +pyhamcrest = "^2.0.4" +pillow = "==10.2.0" [tool.poetry.dev-dependencies] isort = "==5.13.2"