mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-21 12:50:27 +08:00
Raise Cython dependency to 0.21
This commit is contained in:
+1
-1
@@ -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
@@ -1,4 +1,4 @@
|
||||
cython>=0.19.2
|
||||
cython>=0.21
|
||||
matplotlib>=1.1.0
|
||||
numpy>=1.6.1
|
||||
scipy>=0.9
|
||||
|
||||
Reference in New Issue
Block a user