Skip to content

Commit

Permalink
ARROW-4612: [Python] Use cython from PyPI for windows wheels build
Browse files Browse the repository at this point in the history
  • Loading branch information
xhochy committed Feb 18, 2019
1 parent 811c7dc commit 82c2be0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dev/tasks/python-wheels/win-build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
conda update --yes --quiet conda

conda create -n arrow -q -y python=%PYTHON% ^
six pytest setuptools numpy=%NUMPY% pandas cython
six pytest setuptools numpy=%NUMPY% pandas

conda install -n arrow -q -y -c conda-forge ^
git flatbuffers rapidjson ^
Expand Down Expand Up @@ -72,6 +72,9 @@ pushd %ARROW_SRC%\python
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

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

0 comments on commit 82c2be0

Please sign in to comment.