manylinux-x{64,86}: Bump scikit-build to 0.4.0

This commit is contained in:
Matt McCormick 2016-10-31 18:40:36 -04:00
parent cb95cf3c94
commit 623148e6e5
No known key found for this signature in database
GPG Key ID: 45DA982347954FA5
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/bin/bash
for PIP in /opt/python/*/bin/pip; do
$PIP install scikit-build==0.3.0
$PIP install scikit-build==0.4.0
done

View File

@ -1,5 +1,5 @@
#!/bin/bash
for PIP in /opt/python/*/bin/pip; do
$PIP install scikit-build==0.3.0
$PIP install scikit-build==0.4.0
done