From 682d886b0363f48c60b64c7783db797f91387d6c Mon Sep 17 00:00:00 2001 From: Jean-Christophe Fillion-Robin Date: Thu, 2 Feb 2017 13:12:03 -0500 Subject: [PATCH] manylinux: Update scikit-build to 0.5.1 See http://scikit-build.readthedocs.io/en/latest/changes.html#scikit-build-0-5-1 --- 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 9777cc9..0ca863e 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.4.0 + $PIP install scikit-build==0.5.1 done