Skip to content

Commit c58bd0f

Browse files
authored
fix: upgrade boto3 to 1.13.6 (#1483)
1 parent e7afe8f commit c58bd0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def read_version():
3434

3535
# Declare minimal set for installation
3636
required_packages = [
37-
"boto3>=1.10.44",
37+
"boto3>=1.13.6",
3838
"numpy>=1.9.0",
3939
"protobuf>=3.1",
4040
"scipy>=0.19.0",

0 commit comments

Comments
 (0)