Build against thinc 6.10.3.dev0

This commit is contained in:
Matthew Honnibal 2018-07-20 13:34:54 +02:00
parent 5ca853bee0
commit adde3826e2
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>=1.0.0,<2.0.0 preshed>=1.0.0,<2.0.0
thinc>=6.10.1,<6.11.0 thinc==6.10.3.dev0
murmurhash>=0.28,<0.29 murmurhash>=0.28,<0.29
plac<1.0.0,>=0.9.6 plac<1.0.0,>=0.9.6
ujson>=1.35 ujson>=1.35

View File

@ -190,7 +190,7 @@ def setup_package():
'murmurhash>=0.28,<0.29', 'murmurhash>=0.28,<0.29',
'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.10.1,<6.11.0', 'thinc==6.10.3.dev0',
'plac<1.0.0,>=0.9.6', 'plac<1.0.0,>=0.9.6',
'pathlib', 'pathlib',
'ujson>=1.35', 'ujson>=1.35',