mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +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,
|
||||
license="MIT",
|
||||
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'],
|
||||
setup_requires=["headers_workaround"],
|
||||
cmdclass = {'build_ext': build_ext_subclass },
|
||||
|
|
Loading…
Reference in New Issue
Block a user