Skip to content

Commit

Permalink
Increase upper torch version limit for e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
chongshenng committed Sep 9, 2024
1 parent 50965ec commit 8d4d1df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/e2e-pytorch/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description = "PyTorch Federated Learning E2E test with Flower"
license = "Apache-2.0"
dependencies = [
"flwr[simulation] @ {root:parent:parent:uri}",
"torch>=1.12.0,<2.0.0",
"torch>=1.12.0,<=2.0.1",
"torchvision>=0.15.1,<0.16.0",
"tqdm>=4.63.0,<5.0.0",
]
Expand Down

0 comments on commit 8d4d1df

Please sign in to comment.