Skip to content

Commit fc597b4

Browse files
committed
triton on linux only
1 parent a1e86cc commit fc597b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ classifiers = [
1616
dependencies = [
1717
"torch",
1818
"einops",
19-
"triton",
19+
"triton; sys_platform == 'linux'",
2020
"ninja"
2121
]
2222

0 commit comments

Comments
 (0)