Skip to content

Commit

Permalink
Merge pull request #1559 from markotoplak/macpipupdate
Browse files Browse the repository at this point in the history
Updated pip in OS X dmg because newer version handles wheels better
  • Loading branch information
markotoplak authored Sep 15, 2016
2 parents 1040214 + 9e846e4 commit 79881fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-osx-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ SITE_PACKAGES=$("$PYTHON" -c'import sysconfig as sc; print(sc.get_path("platlib"

echo "Installing/updating setuptools and pip"
echo "======================================"
"$PIP" install 'setuptools==18.*' 'pip==7.*'
"$PIP" install 'setuptools==18.*' 'pip==8.*'

echo "Installing orangeqt"
echo "==================="
Expand Down

0 comments on commit 79881fa

Please sign in to comment.