Fix MAC_WHEELS=1 (#2477)

This commit is contained in:
Yuhong Guo
2018-07-26 05:57:28 +08:00
committed by Robert Nishihara
parent b35ce5dbf1
commit 46351957bb
+1 -1
View File
@@ -57,7 +57,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
$PIP_CMD install -q setuptools_scm==2.1.0
# Fix the numpy version because this will be the oldest numpy version we can
# support.
$PIP_CMD install -q numpy==1.10.4 cython==0.27.3