Use new thinc

This commit is contained in:
Matthew Honnibal 2017-01-16 13:17:14 +01:00
parent a6d7147cf0
commit d4e6d4c1c4
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ pathlib
numpy>=1.7
cymem>=1.30,<1.32
preshed>=0.46.4,<0.47.0
thinc>=5.0.0,<5.1.0
thinc>=6.2.0,<6.3.0
murmurhash>=0.26,<0.27
plac<0.9.3
six

View File

@ -234,7 +234,7 @@ def setup_package():
'murmurhash>=0.26,<0.27',
'cymem>=1.30,<1.32',
'preshed>=0.46.0,<0.47.0',
'thinc>=5.0.0,<5.1.0',
'thinc>=6.2.0,<6.3.0',
'plac',
'six',
'cloudpickle',