mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-13 10:46:29 +03:00
* Require updated thinc
This commit is contained in:
parent
3b74739c3e
commit
f9d20b1318
2
setup.py
2
setup.py
|
@ -178,7 +178,7 @@ def run_setup(exts):
|
||||||
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.43',
|
||||||
'thinc == 3.4.1', "text_unidecode", 'plac', 'six',
|
'thinc == 4.0.0', "text_unidecode", 'plac', 'six',
|
||||||
'ujson', 'cloudpickle'],
|
'ujson', 'cloudpickle'],
|
||||||
setup_requires=["headers_workaround"],
|
setup_requires=["headers_workaround"],
|
||||||
cmdclass = {'build_ext': build_ext_subclass },
|
cmdclass = {'build_ext': build_ext_subclass },
|
||||||
|
|
Loading…
Reference in New Issue
Block a user