mirror of
https://github.com/explosion/spaCy.git
synced 2025-02-03 13:14:11 +03:00
* Fix requirements in setup.py
This commit is contained in:
parent
7195c07897
commit
ce8e524825
5
setup.py
5
setup.py
|
@ -117,8 +117,9 @@ def run_setup(exts):
|
|||
"spacy.syntax": ["*.pxd"]},
|
||||
ext_modules=exts,
|
||||
license="Dual: Commercial or AGPL",
|
||||
install_requires=['numpy', 'murmurhash', 'cymem >= 1.11', 'preshed', 'thinc',
|
||||
"unidecode", 'wget', 'plac', 'six'],
|
||||
install_requires=['numpy', 'murmurhash', 'cymem >= 1.11', 'preshed == 0.37',
|
||||
'thinc == 1.76', "unidecode", 'wget', 'plac', 'six',
|
||||
'ujson'],
|
||||
setup_requires=["headers_workaround"],
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user