We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5d6ae9 commit bbd901eCopy full SHA for bbd901e
pyproject.toml
@@ -68,11 +68,16 @@ name = "pytorch"
68
url = "https://download.pytorch.org/whl/cpu"
69
explicit = true
70
71
+[[tool.uv.index]]
72
+name = "macpytorch"
73
+url = "https://download.pytorch.org/whl"
74
+explicit = true
75
+
76
[tool.uv.sources]
77
torch = [
78
{ index = "pytorch", marker = "sys_platform == 'linux'" },
79
{ index = "pytorch", marker = "sys_platform == 'win'" },
- { url = "https://download.pytorch.org/whl/cpu/torch-2.8.0-cp311-none-macosx_11_0_arm64.whl", marker = "sys_platform == 'darwin'" },
80
+ { index = "macpytorch", marker = "sys_platform == 'darwin'" },
81
]
82
83
[build-system]
0 commit comments