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 Barak Michener
parent 17c9837abc
commit 2beb12e9bf
+1 -1
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: []