Unverified Commit 821c1e42 authored by Rhett Ying's avatar Rhett Ying Committed by GitHub
Browse files

[dev] update minimum pytorch version to 1.13.0 (#6412)

parent 4a861775
......@@ -12,8 +12,8 @@ from ... import ndarray as nd
from ...function.base import TargetCode
from ...utils import version
if version.parse(th.__version__) < version.parse("1.12.0"):
raise RuntimeError("DGL requires PyTorch >= 1.12.0")
if version.parse(th.__version__) < version.parse("1.13.0"):
raise RuntimeError("DGL requires PyTorch >= 1.13.0")
def data_type_dict():
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment