diff --git a/pyproject.toml b/pyproject.toml index a33b7c7..9f2f847 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -178,6 +178,6 @@ addopts = "-v --tb=short" [dependency-groups] predictions = [ "chronos-forecasting>=2.2.2", - "torch>=2.9.1", + "torch>=2.11.0", ]