Require thinc 6.10.3.dev1

This commit is contained in:
Matthew Honnibal 2018-07-21 12:49:09 +02:00
parent 1ea881c80b
commit a723fafea3
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ cython>=0.24,<0.28.0
numpy>=1.7
cymem>=1.30,<1.32
preshed>=1.0.0,<2.0.0
thinc==6.10.3.dev0
thinc==6.10.3.dev1
murmurhash>=0.28,<0.29
plac<1.0.0,>=0.9.6
ujson>=1.35

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.10.3.dev0',
'thinc==6.10.3.dev1',
'plac<1.0.0,>=0.9.6',
'ujson>=1.35',
'dill>=0.2,<0.3',