Skip to content

Commit

Permalink
Add torch as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mjwen committed Dec 11, 2023
1 parent c40d877 commit 01c37da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ version = "0.0.1"
readme = "README.md"
requires-python = ">=3.8, <3.11"
dependencies = [
"torch>=2.0.0",
"pytorch-lightning>=2.0.0",
"torchmetrics>=0.10.0, <1.0.0",
"torch_geometric>=2.3.0",
Expand All @@ -22,7 +23,7 @@ dependencies = [
[project.optional-dependencies]
test = ["pytest"]
strict = [
"torch==2.1.1",
"torch==2.0.0",
"pytorch-lightning==2.0.0",
"torchmetrics==0.10.0",
"torch_geometric==2.3.0",
Expand Down

0 comments on commit 01c37da

Please sign in to comment.