From 287d90e7920b890fe54792fc64f1cfddd9d6ae34 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Fri, 24 Jul 2015 04:52:50 +0200 Subject: [PATCH] * Use thinc 3.3 --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 0721a1b00..7a5292e96 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ cython cymem == 1.11 pathlib preshed == 0.37 -thinc == 3.2 +thinc == 3.3 murmurhash == 0.24 unidecode numpy diff --git a/setup.py b/setup.py index eb3adde3e..36f43a296 100644 --- a/setup.py +++ b/setup.py @@ -120,7 +120,7 @@ def run_setup(exts): ext_modules=exts, license="Dual: Commercial or AGPL", install_requires=['numpy', 'murmurhash', 'cymem >= 1.11', 'preshed == 0.37', - 'thinc == 3.2', "unidecode", 'wget', 'plac', 'six', + 'thinc == 3.3', "unidecode", 'wget', 'plac', 'six', 'ujson'], setup_requires=["headers_workaround"], )