-
Notifications
You must be signed in to change notification settings - Fork 906
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update simulation examples to use
flwr_datasets
(#2381)
Co-authored-by: Adam Narozniak <[email protected]>
- Loading branch information
1 parent
229341b
commit 7d18323
Showing
12 changed files
with
259 additions
and
478 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,5 +11,10 @@ authors = ["The Flower Authors <[email protected]>"] | |
[tool.poetry.dependencies] | ||
python = ">=3.8,<3.11" | ||
flwr = { extras = ["simulation"], version = ">=1.0,<2.0" } | ||
torch = "1.13.1" | ||
torchvision = "0.14.1" | ||
flwr-datasets = { extras = ["vision"], version = ">=0.0.2,<1.0.0" } | ||
torch = "2.1.1" | ||
torchvision = "0.16.1" | ||
|
||
[tool.poetry.group.dev.dependencies] | ||
ipykernel = "^6.27.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
flwr[simulation]>=1.0, <2.0 | ||
torch==1.13.1 | ||
torchvision==0.14.1 | ||
torch==2.1.1 | ||
torchvision==0.16.1 | ||
flwr-datasets[vision]>=0.0.2, <1.0.0 |
Oops, something went wrong.