From d70304b7dd4912f2c50d2f8293fdb1eb2112f4a0 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Wed, 10 Jun 2015 04:20:42 +0200 Subject: [PATCH] * Require newer thinc --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a7414f7dd..76a8d64f1 100644 --- a/setup.py +++ b/setup.py @@ -118,7 +118,7 @@ def run_setup(exts): ext_modules=exts, license="Dual: Commercial or AGPL", install_requires=['numpy', 'murmurhash', 'cymem >= 1.11', 'preshed == 0.37', - 'thinc == 1.76', "unidecode", 'wget', 'plac', 'six', + 'thinc == 2.0', "unidecode", 'wget', 'plac', 'six', 'ujson'], setup_requires=["headers_workaround"], )