Skip to content

Commit

Permalink
dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
chancejohnstone committed Oct 20, 2024
1 parent 9b69e14 commit fd525ce
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions baselines/fedht/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ documentation = "https://flower.ai"

[tool.poetry.dependencies]
python = ">=3.10.0, <3.11.0"
flwr = { extras = ["simulation"], version = ">1.11.0" }
flwr-datasets = { extras = ["vision"], version = ">0.3.0" }
flwr = { extras = ["simulation"], version = ">=1.11.0" }
flwr-datasets = { extras = ["vision"], version = ">=0.3.0" }
scikit-learn =">=1.1.1"
matplotlib = ">3.9.2"
matplotlib = ">=3.9.2"
hydra-core = "1.3.2"
torch = ">2.4.1"
torchvision = ">0.19.1"
torch = ">=2.4.1"
torchvision = ">=0.19.1"
numpy = ">=1.21.0, <2.0.0"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit fd525ce

Please sign in to comment.