Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/rope-eq-1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljanes authored Jan 6, 2025
2 parents f559a5c + d3d52e5 commit 35cbba7
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions examples/custom-mods/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ authors = ["The Flower Authors <[email protected]>"]
python = ">=3.9,<3.11"
flwr = { path = "../../", develop = true, extras = ["simulation"] }
tensorboard = "2.18.0"
torch = "1.13.1"
torchvision = "0.14.1"
torch = "2.5.1"
torchvision = "0.20.1"
tqdm = "4.65.0"
wandb = "0.16.3"
4 changes: 2 additions & 2 deletions examples/custom-mods/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
flwr-nightly[rest,simulation]>=1.0, <2.0
tensorboard==2.16.2
torch==1.13.1
torchvision==0.14.1
torch==2.5.1
torchvision==0.20.1
tqdm==4.65.0
wandb==0.16.3
2 changes: 1 addition & 1 deletion examples/fl-tabular/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "Apache-2.0"
dependencies = [
"flwr[simulation]>=1.14.0",
"flwr-datasets>=0.3.0",
"torch==2.1.1",
"torch==2.5.1",
"scikit-learn==1.5.0",
]

Expand Down
4 changes: 2 additions & 2 deletions examples/pytorch-from-centralized-to-federated/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ authors = ["The Flower Authors <[email protected]>"]
python = ">=3.9,<3.11"
flwr = ">=1.0,<2.0"
flwr-datasets = { extras = ["vision"], version = ">=0.0.2,<1.0.0" }
torch = "1.13.1"
torchvision = "0.14.1"
torch = "2.2.0"
torchvision = "0.17.0"
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
flwr>=1.0, <2.0
flwr-datasets[vision]>=0.0.2, <1.0.0
torch==1.13.1
torchvision==0.14.1
torch==2.2.0
torchvision==0.17.0
4 changes: 2 additions & 2 deletions examples/quickstart-pytorch-lightning/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ dependencies = [
"flwr-datasets[vision]>=0.3.0",
"pytorch-lightning<2.0.0; sys_platform == 'darwin'",
"pytorch-lightning==1.6.0; sys_platform != 'darwin'",
"torch==1.13.1",
"torchvision==0.14.1",
"torch==2.5.1",
"torchvision==0.20.1",
]

[tool.hatch.build.targets.wheel]
Expand Down
2 changes: 1 addition & 1 deletion examples/vertical-fl/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies = [
"pandas==2.0.3",
"numpy>=1.26.0",
"scikit-learn==1.3.2",
"torch==2.1.0",
"torch==2.5.1",
]

[tool.hatch.build.targets.wheel]
Expand Down

0 comments on commit 35cbba7

Please sign in to comment.