mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-10 05:07:26 +01:00
manylinux-x{64,86}: Bump scikit-build to 0.4.0
This commit is contained in:
parent
cb95cf3c94
commit
623148e6e5
@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
for PIP in /opt/python/*/bin/pip; do
|
for PIP in /opt/python/*/bin/pip; do
|
||||||
$PIP install scikit-build==0.3.0
|
$PIP install scikit-build==0.4.0
|
||||||
done
|
done
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
for PIP in /opt/python/*/bin/pip; do
|
for PIP in /opt/python/*/bin/pip; do
|
||||||
$PIP install scikit-build==0.3.0
|
$PIP install scikit-build==0.4.0
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user