Merge pull request #782 from raphael0202/dep_version

Specify version number for ujson and plac
This commit is contained in:
Matthew Honnibal 2017-01-29 05:32:45 +11:00 committed by GitHub
commit 3ea0df6ba7
2 changed files with 2 additions and 2 deletions

View File

@ -7,6 +7,6 @@ thinc>=6.2.0,<6.3.0
murmurhash>=0.26,<0.27
plac<0.9.3
six
ujson
ujson>=1.35
cloudpickle
sputnik>=0.9.2,<0.10.0

View File

@ -234,7 +234,7 @@ def setup_package():
'cymem>=1.30,<1.32',
'preshed>=0.46.0,<0.47.0',
'thinc>=6.2.0,<6.3.0',
'plac',
'plac<0.9.3',
'six',
'cloudpickle',
'pathlib',