Skip to content

Commit 4a7589a

Browse files
committed
reverting changes one by one
1 parent ef30d79 commit 4a7589a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

poetry.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+5
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ traittypes = "^0.2.1"
3333
traitlets = "^5.9.0"
3434
datasets = "^2.17.1"
3535

36+
[[tool.poetry.source]]
37+
name = "torch-wheels"
38+
url = "https://data.pyg.org/whl/torch-2.1.2+cu121.html"
39+
priority = "primary"
40+
3641
[build-system]
3742
requires = ["poetry_core>=1.9.0"]
3843
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)