From abc9398f9b34669f0c7e2adc845fa07c5f985589 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Fri, 23 Mar 2018 22:00:23 +0100 Subject: [PATCH] Remove pip requirement --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 1b127962b..22671ad61 100755 --- a/setup.py +++ b/setup.py @@ -197,7 +197,6 @@ def setup_package(): 'preshed>=1.0.0,<2.0.0', 'thinc>=6.5.0,<6.6.0', 'plac<1.0.0,>=0.9.6', - 'pip>=9.0.0,<10.0.0', 'six', 'pathlib', 'ujson>=1.35',