From a91073d9da9ace2de28f2687716e61ab17776b35 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 34e9d2b88..7d74b64bd 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: []