Skip to content
This repository has been archived by the owner on May 18, 2023. It is now read-only.

Removed pinning of wheel #10

Merged
merged 5 commits into from
May 9, 2019
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
url = git://github.com/scikit-image/scikit-image.git
[submodule "multibuild"]
path = multibuild
url = https://github.com/scikit-image/multibuild.git
url = https://github.com/matthew-brett/multibuild.git
6 changes: 1 addition & 5 deletions config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@ EXTRA_WHEELS_URL=https://5cf40426d9f06eb7461d-6fe47d9331aba7cd62fc36c7196769e4.s
function pre_build {
# Any stuff that you need to do before you start building the wheels
# Runs in the root directory of this repository.
# Pin wheel version that auditwheel sees. Auditwheel current installed for
# Python 3.6.
if [ -z "$IS_OSX" ]; then
/opt/python/cp36-cp36m/bin/python -m pip install wheel==0.31.1
fi
:
}

function pip_opts {
Expand Down