Merge branch 'master' of ssh://github.com/honnibal/spaCy

This commit is contained in:
Matthew Honnibal 2015-11-12 04:49:20 +11:00
commit c288414968

View File

@ -177,7 +177,7 @@ def run_setup(exts):
package_data=PACKAGE_DATA, package_data=PACKAGE_DATA,
ext_modules=exts, ext_modules=exts,
license="MIT", license="MIT",
install_requires=['numpy', 'murmurhash', 'cymem == 1.30', 'preshed == 0.43', install_requires=['numpy', 'murmurhash', 'cymem == 1.30', 'preshed == 0.44',
'thinc == 4.0.0', "text_unidecode", 'plac', 'six', 'thinc == 4.0.0', "text_unidecode", 'plac', 'six',
'ujson', 'cloudpickle'], 'ujson', 'cloudpickle'],
setup_requires=["headers_workaround"], setup_requires=["headers_workaround"],