Skip to content

Commit

Permalink
fix numpy dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
chancejohnstone committed Oct 20, 2024
1 parent c06afaf commit df7ec0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions baselines/fedht/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ documentation = "https://flower.ai"

[tool.poetry.dependencies]
python = ">=3.10.0, <3.11.0"
flwr = { extras = ["simulation"], version = "1.9.0" }
flwr = { extras = ["simulation"], version = "1.11.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"
numpy = ">1.26.4"
numpy = ">=1.21.0, <2.0.0"

[tool.poetry.dev-dependencies]
isort = "==5.13.2"
Expand Down

0 comments on commit df7ec0f

Please sign in to comment.