* Allow preshed v0.42 in setup.py

This commit is contained in:
Matthew Honnibal 2015-10-13 13:55:50 +11:00
parent 6c2da06c18
commit 1ca1beff4b

View File

@ -122,7 +122,7 @@ def run_setup(exts):
"spacy.syntax": ["*.pxd"]},
ext_modules=exts,
license="MIT",
install_requires=['numpy', 'murmurhash', 'cymem >= 1.11', 'preshed == 0.41',
install_requires=['numpy', 'murmurhash', 'cymem >= 1.11', 'preshed >= 0.41',
'thinc == 3.3', "text_unidecode", 'wget', 'plac', 'six',
'ujson'],
setup_requires=["headers_workaround"],