Skip to content

Commit

Permalink
Freezing wheel version to 0.31.0 . matthew-brett/delocate#40
Browse files Browse the repository at this point in the history
  • Loading branch information
Dilawar Singh committed Oct 3, 2018
1 parent 1464036 commit 20ea306
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build_wheels_osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ fi
cd moose-core && git pull
WHEELHOUSE=$HOME/wheelhouse
mkdir -p $WHEELHOUSE
sudo /usr/local/bin/python3 -m pip install delocate virtualenv
# Current version 0.7.4 seems to be broken with python3.7 .
# See https://travis-ci.org/BhallaLab/deploy/jobs/435219821
sudo /usr/local/bin/python -m pip install delocate==0.7.3 virtualenv
DELOCATE_WHEEL=/usr/local/bin/delocate-wheel

# Always prefer brew version.
Expand All @@ -32,7 +34,7 @@ for _py in 3 2; do
fi

$PYTHON -m pip install setuptools --upgrade --user
$PYTHON -m pip install wheel --upgrade --user
$PYTHON -m pip install wheel==0.31.0 --upgrade --user
$PYTHON -m pip install numpy --upgrade --user
$PYTHON -m pip install twine --upgrade --user

Expand Down

0 comments on commit 20ea306

Please sign in to comment.