Skip to content

Commit

Permalink
Fix version specification
Browse files Browse the repository at this point in the history
  • Loading branch information
mjwen committed Dec 11, 2023
1 parent 676d2cc commit 90acadc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ dependencies = [
[project.optional-dependencies]
test = ["pytest"]
strict = [
"pytorch-lightning=2.0.0",
"torchmetrics=0.10.0",
"torch_geometric=2.3.0",
"torch_scatter=2.1.1",
"e3nn=0.5.1",
"pytorch-lightning==2.0.0",
"torchmetrics==0.10.0",
"torch_geometric==2.3.0",
"torch_scatter==2.1.1",
"e3nn==0.5.1",
]


Expand Down

0 comments on commit 90acadc

Please sign in to comment.