Skip to content

Commit

Permalink
Change cython pin to lower bound
Browse files Browse the repository at this point in the history
  • Loading branch information
xhochy committed Feb 18, 2019
1 parent 82c2be0 commit b1b8fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/tasks/python-wheels/win-build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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 ^
Expand Down

0 comments on commit b1b8fa1

Please sign in to comment.