* Remove dependency on numpy and ujson

This commit is contained in:
Matthew Honnibal 2015-01-05 19:11:12 +11:00
parent 90c143bd85
commit 87fe01612a

View File

@ -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"],
)