Skip to content

Commit

Permalink
ci(framework) Bump torch version (#4756)
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbvll authored Dec 20, 2024
1 parent 7b0068f commit 181d43f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/py/flwr/cli/new/templates/app/pyproject.pytorch.toml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ license = "Apache-2.0"
dependencies = [
"flwr[simulation]>=1.14.0",
"flwr-datasets[vision]>=0.3.0",
"torch==2.2.1",
"torchvision==0.17.1",
"torch==2.5.1",
"torchvision==0.20.1",
]

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

0 comments on commit 181d43f

Please sign in to comment.