Skip to content

Commit

Permalink
Merge pull request #210 from timephy/patch-1
Browse files Browse the repository at this point in the history
Specify torch version, which fixed #199
  • Loading branch information
asogaard authored May 19, 2022
2 parents 03f48cb + a0b7478 commit a05f45e
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 @@ -53,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 a05f45e

Please sign in to comment.