From b1b8fa194e9dff8d812127e75bf9875d4fe96e62 Mon Sep 17 00:00:00 2001 From: "Uwe L. Korn" Date: Mon, 18 Feb 2019 15:44:06 +0100 Subject: [PATCH] Change cython pin to lower bound --- dev/tasks/python-wheels/win-build.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/tasks/python-wheels/win-build.bat b/dev/tasks/python-wheels/win-build.bat index 7af8c358d0b0a..f8fd56c1e4bef 100644 --- a/dev/tasks/python-wheels/win-build.bat +++ b/dev/tasks/python-wheels/win-build.bat @@ -73,7 +73,7 @@ set PYARROW_BUILD_TYPE=Release set SETUPTOOLS_SCM_PRETEND_VERSION=%PYARROW_VERSION% @rem Newer Cython versions are not available on conda-forge -pip install Cython==0.29.5 +pip install 'Cython>=0.29' python setup.py build_ext ^ --with-parquet ^