From 770ad6395ac0a5d49e80c1a3828555852a508fdf Mon Sep 17 00:00:00 2001 From: Yury Selivanov Date: Tue, 25 Oct 2016 23:43:29 -0400 Subject: [PATCH] Fix CI: looks like Cython 0.25 is broken; require 0.24.1 --- .ci/requirements.txt | 2 +- requirements.dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/requirements.txt b/.ci/requirements.txt index 9dbf98c..e560a65 100644 --- a/.ci/requirements.txt +++ b/.ci/requirements.txt @@ -1,3 +1,3 @@ -cython>=0.24 +cython==0.24.1 aiohttp twine diff --git a/requirements.dev.txt b/requirements.dev.txt index a5e9c61..bb34904 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -1,2 +1,2 @@ -Cython>=0.24 +Cython==0.24.1 Sphinx>=1.4.1