Skip to content

Commit

Permalink
move version fix to where it was specified before
Browse files Browse the repository at this point in the history
  • Loading branch information
timephy authored May 17, 2022
1 parent 764dc87 commit a0b7478
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ def install(package):
"numpy",
"timer",
"tqdm",
"torch==1.10.1",
"torch-cluster==1.5.9",
"torch-scatter==2.0.9",
"torch-sparse==0.6.12",
Expand Down Expand Up @@ -54,7 +53,7 @@ def install(package):
try:
import torch # pyright: reportMissingImports=false
except ImportError:
install("torch==1.9.0")
install("torch==1.10.1")

setup(
name="graphnet",
Expand Down

0 comments on commit a0b7478

Please sign in to comment.