From a9537ad456bee7e682a4d6ce2d5f0651b7753a51 Mon Sep 17 00:00:00 2001 From: Ben Hagen Date: Wed, 3 Feb 2016 17:43:07 +0100 Subject: [PATCH] packaging-ios: use cython 0.23 --- doc/sources/guide/packaging-ios.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sources/guide/packaging-ios.rst b/doc/sources/guide/packaging-ios.rst index 0c10ad1fb..41215c700 100644 --- a/doc/sources/guide/packaging-ios.rst +++ b/doc/sources/guide/packaging-ios.rst @@ -35,7 +35,7 @@ those dependencies:: brew install autoconf automake libtool pkg-config brew link libtool sudo easy_install pip - sudo pip install cython==0.21.2 + sudo pip install cython==0.23 For more detail, see :ref:`IOS Prerequisites `. Just ensure that everything is ok before starting the second step!