diff --git a/setup.py b/setup.py index 7cc0894d1..49c3d2d7d 100644 --- a/setup.py +++ b/setup.py @@ -177,7 +177,7 @@ def run_setup(exts): package_data=PACKAGE_DATA, ext_modules=exts, license="MIT", - install_requires=['numpy', 'murmurhash', 'cymem == 1.30', 'preshed == 0.44', + install_requires=['numpy', 'murmurhash == 0.24', 'cymem == 1.30', 'preshed == 0.44', 'thinc == 4.0.0', "text_unidecode", 'plac', 'six', 'ujson', 'cloudpickle'], setup_requires=["headers_workaround"],