From f9d20b131855a97b55d0be7e9f0019b338d53118 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Sun, 8 Nov 2015 21:32:21 +1100 Subject: [PATCH] * Require updated thinc --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d063157cc..fa7b01664 100644 --- a/setup.py +++ b/setup.py @@ -178,7 +178,7 @@ def run_setup(exts): ext_modules=exts, license="MIT", install_requires=['numpy', 'murmurhash', 'cymem == 1.30', 'preshed == 0.43', - 'thinc == 3.4.1', "text_unidecode", 'plac', 'six', + 'thinc == 4.0.0', "text_unidecode", 'plac', 'six', 'ujson', 'cloudpickle'], setup_requires=["headers_workaround"], cmdclass = {'build_ext': build_ext_subclass },