Don't pin boto instead set lower limit on its version (#10711)

This commit is contained in:
Philipp Moritz 2020-09-11 13:22:32 -07:00 committed by GitHub
parent b0caba41e8
commit a91073d9da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -137,7 +137,7 @@ setup_commands:
# Custom commands that will be run on the head node after common setup.
head_setup_commands:
- pip install boto3==1.4.8 # 1.4.8 adds InstanceMarketOptions
- pip install boto3>=1.4.8 # 1.4.8 adds InstanceMarketOptions
# Custom commands that will be run on worker nodes after common setup.
worker_setup_commands: []