Update plac version in requirements and setup

This commit is contained in:
ines 2017-03-18 15:14:02 +01:00
parent cd94ea1095
commit 387e34a3c5
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ cymem>=1.30,<1.32
preshed>=1.0.0,<2.0.0 preshed>=1.0.0,<2.0.0
thinc>=6.5.0,<6.6.0 thinc>=6.5.0,<6.6.0
murmurhash>=0.26,<0.27 murmurhash>=0.26,<0.27
plac<0.9.3 plac<1.0.0,>=0.9.6
six six
ujson>=1.35 ujson>=1.35
dill>=0.2,<0.3 dill>=0.2,<0.3

View File

@ -237,7 +237,7 @@ def setup_package():
'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.5.0,<6.6.0', 'thinc>=6.5.0,<6.6.0',
'plac<0.9.3', 'plac<1.0.0,>=0.9.6',
'six', 'six',
'pathlib', 'pathlib',
'ujson>=1.35', 'ujson>=1.35',