Skip to content

Commit d54c844

Browse files
change: update the boto deps to use latest boto (#203)
Co-authored-by: Mufaddal Rohawala <[email protected]>
1 parent 74e2a91 commit d54c844

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ def read_version():
4242
"psutil>=5.6.7",
4343
"protobuf>=3.9.2,<=3.20.3",
4444
"scipy>=1.2.2",
45-
"boto3==1.28.57",
46-
"botocore==1.31.57",
45+
"boto3>=1.28.57",
46+
"botocore>=1.31.57",
4747
]
4848

4949
# enum is introduced in Python 3.4. Installing enum back port

0 commit comments

Comments
 (0)