Skip to content

Commit 1e92001

Browse files
ditsukeSomeoneSerge
authored andcommitted
doc: Add context for why we add an explicit pytorch source
1 parent 01a5f06 commit 1e92001

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ torch = { version = "^2.2.0", source = "pytorch" }
2626
[tool.poetry.dev-dependencies]
2727
pytest = "^5.2"
2828

29+
30+
# Force wheel + cpu
31+
# For discussion and context see https://github.com/python-poetry/poetry#6409
2932
[[tool.poetry.source]]
3033
name = "pytorch"
3134
url = "https://download.pytorch.org/whl/cpu"

0 commit comments

Comments
 (0)