From 98edf752a99f1850f58bd055bec9a86c6cc099c2 Mon Sep 17 00:00:00 2001 From: Robert Nishihara Date: Thu, 15 Nov 2018 15:27:19 -0800 Subject: [PATCH] Note requirement cython==0.27.3 in installation instructions. (#3322) --- doc/source/installation.rst | 4 ++-- java/doc/installation.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/source/installation.rst b/doc/source/installation.rst index 23a172b53..20d49edae 100644 --- a/doc/source/installation.rst +++ b/doc/source/installation.rst @@ -76,7 +76,7 @@ For Ubuntu, run the following commands: # If you are on Ubuntu 14.04, you need the following. pip install cmake - pip install cython + pip install cython==0.27.3 For MacOS, run the following commands: @@ -85,7 +85,7 @@ For MacOS, run the following commands: brew update brew install cmake pkg-config automake autoconf libtool openssl bison wget - pip install cython + pip install cython==0.27.3 If you are using Anaconda, you may also need to run the following. diff --git a/java/doc/installation.rst b/java/doc/installation.rst index fca3b12e7..8daec29ac 100644 --- a/java/doc/installation.rst +++ b/java/doc/installation.rst @@ -26,7 +26,7 @@ For Ubuntu users, run the following commands: # If you are on Ubuntu 14.04, you need the following. pip install cmake - pip install cython + pip install cython==0.27.3 For macOS users, run the following commands: :: @@ -34,7 +34,7 @@ For macOS users, run the following commands: brew update brew install maven cmake pkg-config automake autoconf libtool openssl bison wget - pip install cython + pip install cython==0.27.3 Build Ray ^^^^^^^^^