Fix pyarrow version (#3760)

This commit is contained in:
Philipp Moritz
2019-01-13 14:28:23 -08:00
committed by Robert Nishihara
parent 3adffe6a4e
commit 00e9f8d870
5 changed files with 21 additions and 2 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ for ((i=0; i<${#PY_VERSIONS[@]}; ++i)); do
$PIP_CMD install --upgrade setuptools
# Install setuptools_scm because otherwise when building the wheel for
# Python 3.6, we see an error.
$PIP_CMD install -q setuptools_scm==2.1.0
$PIP_CMD install -q setuptools_scm==3.1.0
# Fix the numpy version because this will be the oldest numpy version we can
# support.
$PIP_CMD install -q numpy==$NUMPY_VERSION cython==0.29.0