From 78b4e95f25d29c7d48c53eef267889c8ebd4bb7b Mon Sep 17 00:00:00 2001 From: Dmitry Mottl Date: Wed, 27 May 2020 17:18:45 +0300 Subject: [PATCH] Changed build.rst (binary wheels are supported for macOS also) (#5711) --- doc/build.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build.rst b/doc/build.rst index ec0752726..e2a91b740 100644 --- a/doc/build.rst +++ b/doc/build.rst @@ -14,7 +14,7 @@ Installation Guide pip3 install xgboost * The binary wheel will support GPU algorithms (`gpu_hist`) on machines with NVIDIA GPUs. Please note that **training with multiple GPUs is only supported for Linux platform**. See :doc:`gpu/index`. - * Currently, we provide binary wheels for 64-bit Linux and Windows. + * Currently, we provide binary wheels for 64-bit Linux, macOS and Windows. * Nightly builds are available. You can now run .. code-block:: bash