Skip to content

Commit d8a00c8

Browse files
authored
torch version update (#1588)
Signed-off-by: yes <[email protected]>
1 parent 28e15cf commit d8a00c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openfl-workspace/flower-app-pytorch/src/app-pytorch/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ license = "Apache-2.0"
1010
dependencies = [
1111
"flwr>=1.15.0,<1.17.0",
1212
"flwr-datasets[vision]>=0.5.0",
13-
"torch==2.5.1",
14-
"torchvision==0.20.1",
13+
"torch==2.7.0",
14+
"torchvision==0.22.0",
1515
]
1616

1717
[tool.hatch.build.targets.wheel]

0 commit comments

Comments
 (0)