Skip to content

Commit aa3bb1e

Browse files
committed
adding torch source
1 parent 4a585ad commit aa3bb1e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ traittypes = "^0.2.1"
3636
traitlets = "^5.9.0"
3737
datasets = "^2.17.1"
3838

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+
3945
[build-system]
4046
requires = ["poetry_core>=1.9.0"]
4147
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)