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"], )