From 46351957bb633b1860b4e379e592e2cd9455600a Mon Sep 17 00:00:00 2001 From: Yuhong Guo Date: Thu, 26 Jul 2018 05:57:28 +0800 Subject: [PATCH] Fix MAC_WHEELS=1 (#2477) --- python/build-wheel-macos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/build-wheel-macos.sh b/python/build-wheel-macos.sh index 8a56c59f8..588362e80 100755 --- a/python/build-wheel-macos.sh +++ b/python/build-wheel-macos.sh @@ -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