Skip to content

Commit

Permalink
Update mt-pytorch example requirements (#2463)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnugraha authored Oct 5, 2023
1 parent b02d042 commit afca860
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions examples/mt-pytorch/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ authors = ["The Flower Authors <hello@flower.dev>"]

[tool.poetry.dependencies]
python = ">=3.8,<3.11"
flwr-nightly = { version = "^1.5.0.dev20230629", extras = ["simulation", "rest"] }
# flwr = { path = "../../", develop = true, extras = ["simulation", "rest"] }
torch = "^2.0.1"
torchvision = "^0.15.2"
flwr-nightly = {version = ">=1.0,<2.0", extras = ["rest", "simulation"]}
torch = "1.13.1"
torchvision = "0.14.1"
tqdm = "4.65.0"
4 changes: 2 additions & 2 deletions examples/mt-pytorch/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
flwr-nightly[simulation,rest]
flwr-nightly[rest,simulation]>=1.0, <2.0
torch==1.13.1
torchvision==0.13.0
torchvision==0.14.1
tqdm==4.65.0

0 comments on commit afca860

Please sign in to comment.