bump thinc version

This commit is contained in:
Henning Peters 2015-12-22 13:21:24 +01:00
parent 1643e63c31
commit 46fe3a7327
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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},