Skip to content

Commit 5c357af

Browse files
author
Ashutosh Tiwari
committed
fixed build adding new source breaks it, probably will have to downgrade torch
1 parent a91ec3f commit 5c357af

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ 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"
36+
# [[tool.poetry.source]]
37+
# name = "torch-wheels"
38+
# url = "https://data.pyg.org/whl/torch-2.1.2+cu121.html"
39+
# priority = "primary"
4040

4141
[build-system]
4242
requires = ["poetry_core>=1.9.0"]

0 commit comments

Comments
 (0)