Skip to content

Commit

Permalink
Remove pip <8 version pinning
Browse files Browse the repository at this point in the history
The pip issue pypa/pip#3384 is already been fixed after pip 8.0.1
released.

TrivialFix

Change-Id: Ib5bdff63a46ade8da31ddf4516affad6cf1a8029
  • Loading branch information
gaowanlong committed Jan 25, 2016
1 parent ea5a653 commit 4dd4e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/env-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ if ! which pip; then
sudo -H -E python /tmp/get-pip.py
fi

sudo -H -E pip install "pip>6.0,<8.0"
sudo -H -E pip install "pip>6.0"
sudo -H -E pip install -r "$(dirname $0)/../requirements.txt"

u=$(whoami)
Expand Down

0 comments on commit 4dd4e22

Please sign in to comment.