Skip to content

Commit

Permalink
Update torch version in pyproject.toml files (#1993)
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbvll authored Jul 4, 2023
1 parent f9bfb83 commit 49e0554
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/advanced_pytorch/pyproject.toml
Original file line number Diff line number Diff line change
@@ -14,6 +14,6 @@ authors = [
[tool.poetry.dependencies]
python = ">=3.8,<3.11"
flwr = ">=1.0,<2.0"
torch = "1.12.0"
torch = "1.13.1"
torchvision = "0.13.0"
validators = "0.18.2"
4 changes: 2 additions & 2 deletions examples/mt-pytorch/pyproject.toml
Original file line number Diff line number Diff line change
@@ -11,6 +11,6 @@ authors = ["The Flower Authors <hello@flower.dev>"]
[tool.poetry.dependencies]
python = ">=3.8,<3.11"
flwr-nightly = {extras = ["rest", "simulation"], version = "^1.5.0.dev20230629"}
torch = "1.12.0"
torch = "1.13.1"
torchvision = "0.13.0"
tqdm = "4.65.0"
tqdm = "4.65.0"
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ authors = ["The Flower Authors <hello@flower.dev>"]
[tool.poetry.dependencies]
python = ">=3.8,<3.11"
flwr = ">=1.0,<2.0"
torch = "1.12.0"
torch = "1.13.1"
torchvision = "0.13.0"

[build-system]
Original file line number Diff line number Diff line change
@@ -11,5 +11,5 @@ authors = ["The Flower Authors <hello@flower.dev>"]
[tool.poetry.dependencies]
python = ">=3.8,<3.11"
flwr = ">=1.0,<2.0"
torch = "1.12.0"
torch = "1.13.1"
torchvision = "0.13.0"
2 changes: 1 addition & 1 deletion examples/quickstart_pytorch/pyproject.toml
Original file line number Diff line number Diff line change
@@ -11,6 +11,6 @@ authors = ["The Flower Authors <hello@flower.dev>"]
[tool.poetry.dependencies]
python = ">=3.8,<3.11"
flwr = ">=1.0,<2.0"
torch = "1.12.0"
torch = "1.13.1"
torchvision = "0.13.0"
tqdm = "4.65.0"
2 changes: 1 addition & 1 deletion examples/quickstart_pytorch_lightning/pyproject.toml
Original file line number Diff line number Diff line change
@@ -12,5 +12,5 @@ authors = ["The Flower Authors <hello@flower.dev>"]
python = "^3.7"
flwr = ">=1.0,<2.0"
# flwr = { path = "../../", develop = true } # Development
pytorch-lightning = "1.4.7"
pytorch-lightning = "1.6.0"
torchvision = "0.13.0"
2 changes: 1 addition & 1 deletion examples/simulation_pytorch/pyproject.toml
Original file line number Diff line number Diff line change
@@ -11,5 +11,5 @@ authors = ["The Flower Authors <hello@flower.dev>"]
[tool.poetry.dependencies]
python = ">=3.8,<3.11"
flwr = {version = ">=1.0,<2.0", extras = ["simulation"]}
torch = "=1.12.0"
torch = "1.13.1"
torchvision = "0.13.0"

0 comments on commit 49e0554

Please sign in to comment.