From 0fbfa064b31dfb9789a1bb4fd9a746b638dd2001 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Fillion-Robin Date: Thu, 8 Jun 2017 14:06:14 -0400 Subject: [PATCH] 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 --- 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 0ca863e..04259d4 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.5.1 + $PIP install scikit-build==0.6.1 done