From f2fa8481c4573a55da7142cc133e5b456fa9c5dc Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Tue, 13 Mar 2018 13:59:35 +0100 Subject: [PATCH] Require thinc v6.11 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 27dc52216..7ed898d2f 100755 --- a/setup.py +++ b/setup.py @@ -190,7 +190,7 @@ def setup_package(): 'murmurhash>=0.28,<0.29', 'cymem>=1.30,<1.32', 'preshed>=1.0.0,<2.0.0', - 'thinc>=6.10.1,<6.11.0', + 'thinc>=6.11.0,<6.12.0', 'plac<1.0.0,>=0.9.6', 'pathlib', 'ujson>=1.35',