Skip to content

Commit

Permalink
Use newer pip version
Browse files Browse the repository at this point in the history
  • Loading branch information
xhochy committed Feb 18, 2019
1 parent b1b8fa1 commit ef3badf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev/tasks/python-wheels/win-build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ 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'
pip install -U pip
pip install "Cython>=0.29"

python setup.py build_ext ^
--with-parquet ^
Expand Down

0 comments on commit ef3badf

Please sign in to comment.