Skip to content

Commit

Permalink
doc: Add context for why we add an explicit pytorch source
Browse files Browse the repository at this point in the history
  • Loading branch information
ditsuke committed Jul 2, 2024
1 parent 4b05bf7 commit 7134924
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ torch = { version = "^2.2.0", source = "pytorch" }
[tool.poetry.dev-dependencies]
pytest = "^5.2"


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

0 comments on commit 7134924

Please sign in to comment.