diff options
Diffstat (limited to 'system/setup.py')
-rw-r--r-- | system/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/setup.py b/system/setup.py index cdb76f8a3a..597b9df2ed 100644 --- a/system/setup.py +++ b/system/setup.py @@ -29,7 +29,7 @@ force_install = False install_requires = [ 'grpcio', 'psutil', - 'protobuf>=3.14.0', + 'protobuf>=3.14.0, <4.0', 'mobly', ] |