diff --git a/e2e/pytorch/pyproject.toml b/e2e/pytorch/pyproject.toml index 8c59c43d50df..3383c6ada277 100644 --- a/e2e/pytorch/pyproject.toml +++ b/e2e/pytorch/pyproject.toml @@ -11,7 +11,7 @@ authors = [ ] dependencies = [ "flwr[simulation] @ {root:parent:parent:uri}", - "torch>=1.12.0,<2.0.0", + "torch>=2.3.1,<3.0.0", "torchvision>=0.14.1,<0.15.0", "tqdm>=4.63.0,<5.0.0", ]