Skip to content

Commit

Permalink
Add deps
Browse files Browse the repository at this point in the history
  • Loading branch information
chongshenng committed Jan 7, 2025
1 parent e4cd7ae commit f1590ba
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions baselines/flwr_baselines/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f1590ba

Please sign in to comment.