Bump Cython version to 0.23 in DEPENDS.txt

This matches what was already implicit in our testing.
This commit is contained in:
Juan Nunez-Iglesias
2016-03-01 18:01:54 +11:00
parent 14852f4578
commit 7f03d97c4d
+1 -1
View File
@@ -2,7 +2,7 @@ Build Requirements
------------------
* `Python >= 2.6 <http://python.org>`__
* `Numpy >= 1.7.2 <http://numpy.scipy.org/>`__
* `Cython >= 0.21 <http://www.cython.org/>`__
* `Cython >= 0.23 <http://www.cython.org/>`__
* `Six >=1.4 <https://pypi.python.org/pypi/six>`__
* `SciPy >=0.9 <http://scipy.org>`__