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 4a585ad commit aa3bb1eCopy full SHA for aa3bb1e
pyproject.toml
@@ -36,6 +36,12 @@ traittypes = "^0.2.1"
36
traitlets = "^5.9.0"
37
datasets = "^2.17.1"
38
39
+[[tool.poetry.source]]
40
+name = "torch-wheels"
41
+url = "https://data.pyg.org/whl/torch-2.1.2+cu121.html"
42
+default = false
43
+secondary = false
44
+
45
[build-system]
46
requires = ["poetry_core>=1.9.0"]
47
build-backend = "poetry.core.masonry.api"
0 commit comments