mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
* Require newer thinc
This commit is contained in:
parent
04b1cd9b8c
commit
d70304b7dd
2
setup.py
2
setup.py
|
@ -118,7 +118,7 @@ def run_setup(exts):
|
|||
ext_modules=exts,
|
||||
license="Dual: Commercial or AGPL",
|
||||
install_requires=['numpy', 'murmurhash', 'cymem >= 1.11', 'preshed == 0.37',
|
||||
'thinc == 1.76', "unidecode", 'wget', 'plac', 'six',
|
||||
'thinc == 2.0', "unidecode", 'wget', 'plac', 'six',
|
||||
'ujson'],
|
||||
setup_requires=["headers_workaround"],
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user