Skip to content

Commit

Permalink
[fix] change torch cpu repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
wilhelmagren committed Nov 19, 2023
1 parent 38323a2 commit 9de6873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ matplotlib = "^3.8.2"
tqdm = "^4.66.1"
scikit-learn = "^1.3.2"
pillow = "^10.1.0"
torch = { version = "2.0.1+cpu", source = "torch_cpu" }
torch = { version = "2.0.1+cpu", source = "torch-cpu" }

[tool.poetry.group.dev.dependencies]
black = "^23.11.0"
Expand Down

0 comments on commit 9de6873

Please sign in to comment.