Skip to content

Commit

Permalink
error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chancejohnstone committed Oct 20, 2024
1 parent ad6e5fb commit c06afaf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions baselines/fedht/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ documentation = "https://flower.ai"
[tool.poetry.dependencies]
python = ">=3.10.0, <3.11.0"
flwr = { extras = ["simulation"], version = "1.9.0" }
flwr-datasets = { extras = ["vision"], version = "1.0.0" },
scikit-learn =">=1.1.1",
matplotlib = "3.9.2",
hydra-core = "1.3.2",
torch = "2.4.1",
torchvision = ">0.19.1",
flwr-datasets = { extras = ["vision"], version = "1.0.0" }
scikit-learn =">=1.1.1"
matplotlib = "3.9.2"
hydra-core = "1.3.2"
torch = "2.4.1"
torchvision = ">0.19.1"
numpy = ">1.26.4"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit c06afaf

Please sign in to comment.