manylinux: Update scikit-build from 0.5.1 to 0.6.1

See http://scikit-build.readthedocs.io/en/latest/changes.html#scikit-build-0-6-1
This commit is contained in:
Jean-Christophe Fillion-Robin 2017-06-08 14:06:14 -04:00
parent f689116b3f
commit 0fbfa064b3
No known key found for this signature in database
GPG Key ID: A50C0312039D473C

View File

@ -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.5.1
$PIP install scikit-build==0.6.1
done