Skip to content

Commit 2c6d727

Browse files
authored
Update setup.py (#859)
1 parent 0346abd commit 2c6d727

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
@@ -28,7 +28,7 @@ def read_version():
2828

2929

3030
# Declare minimal set for installation
31-
required_packages = ['boto3>=1.9.64', 'numpy>=1.9.0', 'protobuf>=3.1', 'scipy>=0.19.0',
31+
required_packages = ['boto3>=1.9.169', 'numpy>=1.9.0', 'protobuf>=3.1', 'scipy>=0.19.0',
3232
'urllib3>=1.21, <1.25', 'protobuf3-to-dict>=0.1.5', 'docker-compose>=1.23.0',
3333
'requests>=2.20.0, <2.21']
3434

0 commit comments

Comments
 (0)