diff --git a/pyproject.toml b/pyproject.toml index 6303d3c..a4a408c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ explicit = true torch = { index = "pytorch" } [build-system] -requires = ["maturin>=1.9,<2.0", "torch==2.11.0", "pytorch-triton", "setuptools"] +requires = ["maturin>=1.9,<2.0", "torch==2.13.0", "pytorch-triton", "setuptools"] build-backend = "maturin" [project]