Raise Cython dependency to 0.21

This commit is contained in:
Johannes Schönberger
2015-01-22 07:36:48 -05:00
parent 2d7cebbe5f
commit f9d867cbe2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ Build Requirements
------------------
* `Python >= 2.6 <http://python.org>`__
* `Numpy >= 1.6 <http://numpy.scipy.org/>`__
* `Cython >= 0.19.2 <http://www.cython.org/>`__
* `Cython >= 0.21 <http://www.cython.org/>`__
* `Six >=1.3 <https://pypi.python.org/pypi/six>`__
You can use pip to automatically install the base dependencies as follows::
+1 -1
View File
@@ -1,4 +1,4 @@
cython>=0.19.2
cython>=0.21
matplotlib>=1.1.0
numpy>=1.6.1
scipy>=0.9