From 8d60b3b4c96fb6c57b05b343db59d1c130a9ded7 Mon Sep 17 00:00:00 2001 From: "Korn, Uwe" Date: Sun, 15 Jul 2018 09:49:05 +0200 Subject: [PATCH] Remove cython pinning The current pinning was too old to build pandas/master. Instead of pinning it explicitly, I removed the pinning altogether to be in line with pandas-wheels/master. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ae7fa5d..b13ce34 100644 --- a/.travis.yml +++ b/.travis.yml @@ -62,7 +62,7 @@ before_install: - python -c "import fcntl; fcntl.fcntl(1, fcntl.F_SETFL, 0)" - CONTAINER="pre-release"; - BUILD_COMMIT=$BUILD_COMMIT; - - BUILD_DEPENDS="$NP_BUILD_DEP cython==0.26.0" + - BUILD_DEPENDS="$NP_BUILD_DEP cython" - TEST_DEPENDS="$NP_TEST_DEP pytest moto" - source multibuild/common_utils.sh - source multibuild/travis_steps.sh