diff --git a/pyproject.toml b/pyproject.toml index 32f0d79..4e89afc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ # Add your own dependencies here "tqdm>=4.66,<4.68", "numpy>=1.24.0", - "torch>=2.2,<2.7", + "torch>=2.2,<2.8", ] license = { file = "LICENSE" }