From 304660d287b73fbdbf000c599375b4293d4caba3 Mon Sep 17 00:00:00 2001 From: Evgeni Burovski Date: Wed, 3 Feb 2016 11:55:19 +0000 Subject: [PATCH] BLD: bump the cython version to 0.23.4 on Travis --- tools/travis_before_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/travis_before_install.sh b/tools/travis_before_install.sh index b4baeaf4..98eef785 100755 --- a/tools/travis_before_install.sh +++ b/tools/travis_before_install.sh @@ -30,7 +30,7 @@ retry () { } # add build dependencies -echo "cython>=0.21" >> requirements.txt +echo "cython>=0.23.4" >> requirements.txt # require networkx 1.9.1 on 2.6, as 2.6 support was dropped in 1.10 # require matplotlib 1.4.3 on 2.6, as 2.6 support was dropped in 1.5