From f9d867cbe2537e6bee67c73ec73330496a9c368b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Sch=C3=B6nberger?= Date: Thu, 22 Jan 2015 06:24:37 -0500 Subject: [PATCH] Raise Cython dependency to 0.21 --- DEPENDS.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPENDS.txt b/DEPENDS.txt index aa3cd021..02ee007f 100644 --- a/DEPENDS.txt +++ b/DEPENDS.txt @@ -2,7 +2,7 @@ Build Requirements ------------------ * `Python >= 2.6 `__ * `Numpy >= 1.6 `__ -* `Cython >= 0.19.2 `__ +* `Cython >= 0.21 `__ * `Six >=1.3 `__ You can use pip to automatically install the base dependencies as follows:: diff --git a/requirements.txt b/requirements.txt index 189b627b..12ce5fc6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -cython>=0.19.2 +cython>=0.21 matplotlib>=1.1.0 numpy>=1.6.1 scipy>=0.9