From 3b57138751b76d204bc399d5e0f51a78e7285f82 Mon Sep 17 00:00:00 2001 From: Lauren Yu <6631887+laurenyu@users.noreply.github.com> Date: Sat, 9 May 2020 16:25:56 -0700 Subject: [PATCH] fix: upgrade boto3 to 1.13.6 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",