* Require advanced version of cymem

This commit is contained in:
Matthew Honnibal 2015-02-01 17:04:59 +11:00
parent ac20a53509
commit dea1245311
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
cython
cymem
cymem >= 1.11
preshed
thinc
murmurhash

View File

@ -102,7 +102,7 @@ def run_setup(exts):
"spacy.syntax": ["*.pxd"]},
ext_modules=exts,
license="Dual: Commercial or AGPL",
install_requires=['numpy', 'murmurhash', 'cymem', 'preshed', 'thinc',
install_requires=['numpy', 'murmurhash', 'cymem >= 1.11', 'preshed', 'thinc',
"unidecode", 'wget', 'plac', 'six'],
setup_requires=["headers_workaround"],
)