From 7f03d97c4d524d8c8070a28f02cfbf6f22870b84 Mon Sep 17 00:00:00 2001 From: Juan Nunez-Iglesias Date: Tue, 1 Mar 2016 18:01:54 +1100 Subject: [PATCH] Bump Cython version to 0.23 in DEPENDS.txt This matches what was already implicit in our testing. --- DEPENDS.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPENDS.txt b/DEPENDS.txt index fc6d6679..edfe2dfa 100644 --- a/DEPENDS.txt +++ b/DEPENDS.txt @@ -2,7 +2,7 @@ Build Requirements ------------------ * `Python >= 2.6 `__ * `Numpy >= 1.7.2 `__ -* `Cython >= 0.21 `__ +* `Cython >= 0.23 `__ * `Six >=1.4 `__ * `SciPy >=0.9 `__