Skip to content

Commit

Permalink
add pyg pins
Browse files Browse the repository at this point in the history
  • Loading branch information
bengioe committed Oct 26, 2023
1 parent e36610d commit 4019030
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ requires-python = ">=3.8,<3.10"
dynamic = ["version"]
dependencies = [
"torch==1.13.1",
"torch-geometric",
"torch-scatter",
"torch-sparse",
"torch-cluster",
"torch-geometric==2.3.1", # Pinning until we adapt the code to newer versions
"torch-scatter==2.1.1",
"torch-sparse==0.6.17",
"torch-cluster==1.6.1",
"rdkit",
"tables",
"scipy",
Expand Down

0 comments on commit 4019030

Please sign in to comment.