mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
bump thinc version
This commit is contained in:
parent
1643e63c31
commit
46fe3a7327
|
@ -2,7 +2,7 @@ cython
|
|||
cymem == 1.30
|
||||
pathlib
|
||||
preshed == 0.45
|
||||
thinc == 4.0
|
||||
thinc == 4.1.0
|
||||
murmurhash == 0.26
|
||||
text-unidecode
|
||||
numpy
|
||||
|
|
2
setup.py
2
setup.py
|
@ -270,7 +270,7 @@ def setup_package():
|
|||
license='MIT',
|
||||
ext_modules=ext_modules,
|
||||
install_requires=['numpy', 'murmurhash == 0.26', 'cymem == 1.30', 'preshed == 0.45',
|
||||
'thinc == 4.0.0', 'text_unidecode', 'plac', 'six',
|
||||
'thinc == 4.1.0', 'text_unidecode', 'plac', 'six',
|
||||
'ujson', 'cloudpickle', 'sputnik == 0.6.2'],
|
||||
cmdclass = {
|
||||
'build_ext': build_ext_subclass},
|
||||
|
|
Loading…
Reference in New Issue
Block a user