mirror of https://github.com/explosion/spaCy.git
* Allow preshed v0.42 in setup.py
This commit is contained in:
parent
6c2da06c18
commit
1ca1beff4b
2
setup.py
2
setup.py
|
@ -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"],
|
||||||
|
|
Loading…
Reference in New Issue