We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a96996f commit c384987Copy full SHA for c384987
1 file changed
pyproject.toml
@@ -79,6 +79,10 @@ torchvision = [
79
{ index = "pytorch-cu126", marker = "platform_system == 'Windows'" },
80
{ index = "pytorch-cu126", marker = "platform_system == 'Linux'" },
81
]
82
+triton = [
83
+ { index = "pytorch-cu126", marker = "platform_system == 'Windows'" },
84
+ { index = "pytorch-cu126", marker = "platform_system == 'Linux'" },
85
+]
86
87
88
[[tool.uv.index]]
0 commit comments