mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-14 11:36:24 +03:00
* Remove dependency on numpy and ujson
This commit is contained in:
parent
90c143bd85
commit
87fe01612a
4
setup.py
4
setup.py
|
@ -61,8 +61,8 @@ def run_setup(exts):
|
||||||
"spacy.syntax": ["*.pxd"]},
|
"spacy.syntax": ["*.pxd"]},
|
||||||
ext_modules=exts,
|
ext_modules=exts,
|
||||||
license="Dual: Commercial or AGPL",
|
license="Dual: Commercial or AGPL",
|
||||||
install_requires=['murmurhash', 'numpy', 'cymem', 'preshed', 'thinc',
|
install_requires=['murmurhash', 'cymem', 'preshed', 'thinc',
|
||||||
"unidecode", "ujson"],
|
"unidecode", ],
|
||||||
setup_requires=["headers_workaround"],
|
setup_requires=["headers_workaround"],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user