Require recent thinc

This commit is contained in:
Matthew Honnibal 2017-03-11 12:45:22 -06:00
parent 6c4108c073
commit cb39b6e337
2 changed files with 2 additions and 4 deletions

View File

@ -3,11 +3,10 @@ pathlib
numpy>=1.7 numpy>=1.7
cymem>=1.30,<1.32 cymem>=1.30,<1.32
preshed>=1.0.0,<2.0.0 preshed>=1.0.0,<2.0.0
thinc>=6.2.0,<6.3.0 thinc>=6.5.0,<6.6.0
murmurhash>=0.26,<0.27 murmurhash>=0.26,<0.27
plac<0.9.3 plac<0.9.3
six six
ujson>=1.35 ujson>=1.35
cloudpickle
sputnik>=0.9.2,<0.10.0 sputnik>=0.9.2,<0.10.0
dill>=0.2,<0.3 dill>=0.2,<0.3

View File

@ -236,10 +236,9 @@ def setup_package():
'murmurhash>=0.26,<0.27', 'murmurhash>=0.26,<0.27',
'cymem>=1.30,<1.32', 'cymem>=1.30,<1.32',
'preshed>=1.0.0,<2.0.0', 'preshed>=1.0.0,<2.0.0',
'thinc>=6.2.0,<6.3.0', 'thinc>=6.5.0,<6.6.0',
'plac<0.9.3', 'plac<0.9.3',
'six', 'six',
'cloudpickle',
'pathlib', 'pathlib',
'sputnik>=0.9.2,<0.10.0', 'sputnik>=0.9.2,<0.10.0',
'ujson>=1.35', 'ujson>=1.35',