diff --git a/dd_unit_scaling/pyproject.toml b/dd_unit_scaling/pyproject.toml index fe461cd..518f7d5 100644 --- a/dd_unit_scaling/pyproject.toml +++ b/dd_unit_scaling/pyproject.toml @@ -9,7 +9,7 @@ description = "Compile-friendly, world-size-aware unit scaling" readme = "README.md" requires-python = ">=3.12" dependencies = [ - "torch>=2.4.0", + "torch>=2.13.0", "unit-scaling>=0.2.0", ]