From 2beb12e9bfa2f842f19de19bc3536c3ab3a2d8a3 Mon Sep 17 00:00:00 2001 From: Philipp Moritz Date: Fri, 11 Sep 2020 13:22:32 -0700 Subject: [PATCH] Don't pin boto instead set lower limit on its version (#10711) --- python/ray/autoscaler/aws/example-full.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/ray/autoscaler/aws/example-full.yaml b/python/ray/autoscaler/aws/example-full.yaml index 217b92c3d..afb4cc312 100644 --- a/python/ray/autoscaler/aws/example-full.yaml +++ b/python/ray/autoscaler/aws/example-full.yaml @@ -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: []