* 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
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ def run_setup(exts):
"spacy.syntax": ["*.pxd"]}, "spacy.syntax": ["*.pxd"]},
ext_modules=exts, ext_modules=exts,
license="MIT", 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', 'thinc == 3.3', "text_unidecode", 'wget', 'plac', 'six',
'ujson'], 'ujson'],
setup_requires=["headers_workaround"], setup_requires=["headers_workaround"],