diff --git a/setup.py b/setup.py index 0c8ffcebd0..3921b6f2ae 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ def read_version(): # Declare minimal set for installation required_packages = [ - "boto3>=1.10.44", + "boto3>=1.13.6", "numpy>=1.9.0", "protobuf>=3.1", "scipy>=0.19.0",