From 2eb0fe4957f4b827e85e41b811f832c1970567d6 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Tue, 3 Oct 2017 21:40:04 +0200 Subject: [PATCH] Fix setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8943d7a2e..23b4f9581 100755 --- a/setup.py +++ b/setup.py @@ -195,7 +195,7 @@ def setup_package(): 'murmurhash>=0.28,<0.29', 'cymem>=1.30,<1.32', 'preshed>=1.0.0,<2.0.0', - 'thinc>=6.8.2,<6.9.0', + 'thinc>=6.9.0,<6.10.0', 'plac<1.0.0,>=0.9.6', 'six', 'pathlib',