Skip to content

Commit d595a45

Browse files
committed
fix: pin Path C to stable torch 2.13
1 parent 500932a commit d595a45

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ path-c = [
4343
"einops>=0.8",
4444
"ml-dtypes>=0.5",
4545
"tilelang==0.1.9; (platform_system == 'Darwin' and platform_machine == 'arm64') or (platform_system == 'Linux' and platform_machine == 'x86_64')",
46-
"torch>=2.7",
46+
"torch==2.13.0",
4747
]
4848

4949
[dependency-groups]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)