From 7767aba637afd927e45fec68f74ba32cc47674b9 Mon Sep 17 00:00:00 2001 From: Tianming Xu Date: Mon, 17 Dec 2018 20:43:47 +0800 Subject: [PATCH] Note requirement cython==0.29.0 in installation instructions (#3555) --- doc/source/installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/installation.rst b/doc/source/installation.rst index 68bd37ae9..0d1d4955d 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==0.27.3 + pip install cython==0.29.0 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==0.27.3 + pip install cython==0.29.0 If you are using Anaconda, you may also need to run the following.