Require thinc 6.1

This commit is contained in:
Matthew Honnibal 2017-01-09 14:37:00 +01:00
parent 42cd598f57
commit 7108ad9d80
2 changed files with 2 additions and 2 deletions

View File

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

View File

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