Incorporate C++ Buffer management and Seal global threadpool fix from arrow (#1950)

This commit is contained in:
Philipp Moritz
2018-04-25 22:53:44 -07:00
committed by Robert Nishihara
parent dad465a2bf
commit af88fdefcf
6 changed files with 19 additions and 14 deletions
+2
View File
@@ -53,6 +53,8 @@ for ((i=0; i<${#PY_VERSIONS[@]}; ++i)); do
popd
pushd python
# Setuptools on CentOS is too old to install arrow 0.9.0, therefore we upgrade.
$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