Require new thinc

This commit is contained in:
Matthew Honnibal 2017-05-31 14:09:08 -05:00
parent 99982684b0
commit 5385a06dd2
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>=1.0.0,<2.0.0
thinc>=6.6.0,<6.7.0
thinc>=6.6.1,<6.7.0
murmurhash>=0.26,<0.27
plac<1.0.0,>=0.9.6
six

View File

@ -191,7 +191,7 @@ def setup_package():
'murmurhash>=0.26,<0.27',
'cymem>=1.30,<1.32',
'preshed>=1.0.0,<2.0.0',
'thinc>=6.6.0,<6.7.0',
'thinc>=6.6.1,<6.7.0',
'plac<1.0.0,>=0.9.6',
'pip>=9.0.0,<10.0.0',
'six',