Require thinc 6.10.0

This commit is contained in:
Matthew Honnibal 2017-10-28 18:20:10 +00:00
parent 3b91097321
commit 314f5b9cdb
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.9.0,<6.10.0
thinc>=6.10.0,<6.11.0
murmurhash>=0.28,<0.29
plac<1.0.0,>=0.9.6
six

View File

@ -190,7 +190,7 @@ def setup_package():
'murmurhash>=0.28,<0.29',
'cymem>=1.30,<1.32',
'preshed>=1.0.0,<2.0.0',
'thinc>=6.9.0,<6.10.0',
'thinc>=6.10.0,<6.11.0',
'plac<1.0.0,>=0.9.6',
'six',
'pathlib',