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 authored and SomeoneSerge committed Jul 4, 2024
1 parent 01a5f06 commit 1e92001
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 1e92001

Please sign in to comment.