Skip to content

Commit

Permalink
Revert "manylinux: Update scikit-build from 0.8.1 to 0.9.0"
Browse files Browse the repository at this point in the history
This reverts commit 8eecfca.

scikit-build still has an important regression as described in

  scikit-build/scikit-build#415
  • Loading branch information
thewtex committed Oct 24, 2019
1 parent 9a789a5 commit 8ad158c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manylinux-common/install-python-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.10.0
$PIP install scikit-build==0.8.1
done

0 comments on commit 8ad158c

Please sign in to comment.