From 1aec5f045bf9f40400316a0d427310f0fcfbede7 Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Tue, 6 Dec 2011 19:21:03 -0800 Subject: [PATCH] DOC: Update Cython dependency. --- DEPENDS.txt | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/DEPENDS.txt b/DEPENDS.txt index 2c9b21db..5d553d3e 100644 --- a/DEPENDS.txt +++ b/DEPENDS.txt @@ -2,15 +2,10 @@ Build Requirements ------------------ * `Python >= 2.5 `_ * `Numpy >= 1.4 `_ -* `Cython >= 0.13 `_ +* `Cython >= 0.15 `_ Known build errors ------------------ - -If Cython compilation fails with the error ``cpython.pycapsule.pxd not -found`` (for Cython 0.14), try to `install Cython 0.15 -`_ instead. - On Windows, the error ``Error:unable to find vcvarsall.bat`` means that distutils is not correctly configured to use the C compiler. Edit (create if not existing) the configuration file ``distutils.cfg`` (located for @@ -30,8 +25,5 @@ You can use this scikit with the basic requirements listed above, but some functionality is only available with the following installed: `PyQt4 `_ - The `qt` plugin that provides `imshow` and `scivi`. - -`PyGTK `_ - The `gtk` plugin that provides `imshow`. + The `qt` plugin that provides ``imshow(x, fancy=True)`` and `scivi`.