Skip to content

Commit

Permalink
uncomment try later
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximilien Le Clei committed Oct 18, 2024
1 parent 3f821f8 commit 51fecdb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,14 @@ dependencies = [
"pytest-cov==5.0.0", # Test coverage
]

# [[tool.uv.index]]
# name = "torch"
# url = "https://download.pytorch.org/whl/cu124"
[[tool.uv.index]]
name = "torch"
url = "https://download.pytorch.org/whl/cu124"

# [tool.uv.sources]
# torch = { index = "torch" }
# torchaudio = { index = "torch" }
# torchvision = { index = "torch" }
[tool.uv.sources]
torch = { index = "torch" }
torchaudio = { index = "torch" }
torchvision = { index = "torch" }

[tool.black]
line-length = 79
Expand Down

0 comments on commit 51fecdb

Please sign in to comment.