From 8568386911075fe9113e4b5e40bfe3b36400831e Mon Sep 17 00:00:00 2001 From: Rhett Ying <85214957+Rhett-Ying@users.noreply.github.com> Date: Fri, 2 Feb 2024 16:49:59 +0800 Subject: [PATCH] [dev] update system requirements (#7072) --- docs/source/install/index.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/source/install/index.rst b/docs/source/install/index.rst index 25249e8e36b9..23391ebce1cd 100644 --- a/docs/source/install/index.rst +++ b/docs/source/install/index.rst @@ -5,11 +5,13 @@ System requirements ------------------- DGL works with the following operating systems: -* Ubuntu 16.04 +* Ubuntu 20.04+ +* CentOS 8+ +* RHEL 8+ * macOS X * Windows 10 -DGL requires Python version 3.6, 3.7, 3.8 or 3.9. +DGL requires Python version 3.7, 3.8, 3.9, 3.10, 3.11. DGL supports multiple tensor libraries as backends, e.g., PyTorch, MXNet. For requirements on backends and how to select one, see :ref:`backends`.