From 6ce9c7571cf9b766bf0ce3f711654e3a8cdf8552 Mon Sep 17 00:00:00 2001 From: "Quan (Andy) Gan" Date: Tue, 7 Mar 2023 13:41:22 +0800 Subject: [PATCH] fix version (#5423) --- docs/source/install/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/install/index.rst b/docs/source/install/index.rst index 59c6844d3586..dc181f9e2b26 100644 --- a/docs/source/install/index.rst +++ b/docs/source/install/index.rst @@ -174,7 +174,7 @@ PyTorch backend ``````````````` Export ``DGLBACKEND`` as ``pytorch`` to specify PyTorch backend. The required PyTorch -version is 1.9.0 or later. See `pytorch.org `_ for installation instructions. +version is 1.12.0 or later. See `pytorch.org `_ for installation instructions. MXNet backend `````````````