diff --git a/pyproject.toml b/pyproject.toml index 3403db6..afb3567 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ license = "GPL-3.0" [tool.poetry.dependencies] python = ">=3.8,<4.0" -torch = ">=1.10.1, < 1.13.0" +torch = ">=1.10.1,<2.3.0" torchvision = ">=0.13.1" matplotlib = "^3.3.3" tensorboard = "^2.10.0"