Skip to content

Commit

Permalink
limit torch version to <2.3 for now. Inconsistent expected results in…
Browse files Browse the repository at this point in the history
… unit tests
  • Loading branch information
fracape committed May 1, 2024
1 parent 065f018 commit bbc4a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def get_extra_requirements():
"pandas",
"scipy",
"matplotlib",
"torch>=1.7.1",
"torch>=1.7.1, <2.3",
"torch-geometric>=2.3.0",
"typing-extensions>=4.0.0",
"torchvision",
Expand Down

0 comments on commit bbc4a76

Please sign in to comment.