diff --git a/pyproject.toml b/pyproject.toml index f2a2c812..3edc0d3b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ requires-python = ">=3.9" license = { file = "LICENSE" } dependencies = [ "numpy<2.0", - "torch>=2.5.1", + "torch", "cached-path", "requests", "packaging",