From 44e563d4e527081996b919655608658aca1b5d40 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Thu, 19 Nov 2015 10:59:51 +0100 Subject: [PATCH] * Pin version of murmurhash --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"],