mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +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"]},
|
||||
ext_modules=exts,
|
||||
license="Dual: Commercial or AGPL",
|
||||
install_requires=['murmurhash', 'numpy', 'cymem', 'preshed', 'thinc',
|
||||
"unidecode", "ujson"],
|
||||
install_requires=['murmurhash', 'cymem', 'preshed', 'thinc',
|
||||
"unidecode", ],
|
||||
setup_requires=["headers_workaround"],
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user