From 75446deea06107fa63a7f08990f0de26e5761833 Mon Sep 17 00:00:00 2001 From: Allen Gao Date: Mon, 25 Jan 2016 17:59:31 +0800 Subject: [PATCH] Remove the pip version pinning to < 8 The pip issue pypa/pip#3384 has already been fixed after pip 8.0.1 released. But leave the facility to easy flip this on in the future. TrivialFix Change-Id: I49658ce4056c773943321270defd461bbf3e9fb9 --- tools/cap-pip.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/cap-pip.txt b/tools/cap-pip.txt index 1a6f80c506..c280267641 100644 --- a/tools/cap-pip.txt +++ b/tools/cap-pip.txt @@ -1 +1 @@ -pip<8 +pip!=8