Skip to content

Commit

Permalink
fix: updated poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
harishsiravuri committed Oct 19, 2023
1 parent 5a6d3fc commit bcd072c
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 29 deletions.
97 changes: 70 additions & 27 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 8 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,19 @@ readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.10,<3.13"
torch = "^2.1.0"
numpy = "^1.26.1"
torch-geometric = "^2.4.0"
scikit-learn = "^1.3.1"
pdoc3 = "^0.10.0"
pytest = "^7.4.2"
torch-geometric = "^2.4.0"
torch = "^2.1.0+cu118"


[[tool.poetry.source]]
name = "pytorch"
url = "https://download.pytorch.org/whl/cu118"
default = false
secondary = false

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit bcd072c

Please sign in to comment.