From 8ad158c976817d4645acf96498c60405a61d296a Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Thu, 24 Oct 2019 10:17:00 -0400 Subject: [PATCH] Revert "manylinux: Update scikit-build from 0.8.1 to 0.9.0" This reverts commit 8eecfcacb2c5d5ab37ec3cd63887987cc2e4ee83. scikit-build still has an important regression as described in https://github.com/scikit-build/scikit-build/issues/415 --- manylinux-common/install-python-packages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manylinux-common/install-python-packages.sh b/manylinux-common/install-python-packages.sh index af13bf3..cc2c90e 100755 --- a/manylinux-common/install-python-packages.sh +++ b/manylinux-common/install-python-packages.sh @@ -2,5 +2,5 @@ for PIP in /opt/python/*/bin/pip; do $PIP install --disable-pip-version-check --upgrade pip - $PIP install scikit-build==0.10.0 + $PIP install scikit-build==0.8.1 done