Fix CI: looks like Cython 0.25 is broken; require 0.24.1

This commit is contained in:
Yury Selivanov 2016-10-25 23:43:29 -04:00
parent 72739046f8
commit 770ad6395a
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
cython>=0.24
cython==0.24.1
aiohttp
twine

View File

@ -1,2 +1,2 @@
Cython>=0.24
Cython==0.24.1
Sphinx>=1.4.1