Update Thinc version pin

This commit is contained in:
Ines Montani 2018-10-15 01:40:28 +02:00
parent 8612b75890
commit 051a6b73eb
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ numpy>=1.15.0
msgpack-numpy<0.4.4.0
cymem>=2.0.2,<2.1.0
preshed>=2.0.1,<2.1.0
thinc>=6.10.6,<6.11.0
thinc>=6.12.0,<6.13.0
murmurhash>=0.28.0,<1.1.0
plac<1.0.0,>=0.9.6
ujson>=1.35

View File

@ -192,7 +192,7 @@ def setup_package():
'murmurhash>=0.28.0,<1.1.0',
'cymem>=2.0.2,<2.1.0',
'preshed>=2.0.1,<2.1.0',
'thinc>=6.10.6,<6.11.0',
'thinc>=6.12.0,<6.13.0',
'plac<1.0.0,>=0.9.6',
'ujson>=1.35',
'dill>=0.2,<0.3',