From 1a6b5b04e6eec93fd0b8f0787fd55426ac4cc128 Mon Sep 17 00:00:00 2001 From: Robert Nishihara Date: Thu, 26 Apr 2018 00:17:29 -0700 Subject: [PATCH] Pin Cython in autoscaler development example. (#1951) --- python/ray/autoscaler/aws/development-example.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/ray/autoscaler/aws/development-example.yaml b/python/ray/autoscaler/aws/development-example.yaml index 67b153525..273d1d7d9 100644 --- a/python/ray/autoscaler/aws/development-example.yaml +++ b/python/ray/autoscaler/aws/development-example.yaml @@ -94,7 +94,7 @@ setup_commands: - echo 'export PATH="$HOME/anaconda3/bin:$PATH"' >> ~/.bashrc # Build Ray. - git clone https://github.com/ray-project/ray || true - - pip install boto3==1.4.8 + - pip install boto3==1.4.8 cython==0.27.3 - cd ray/python; pip install -e . --verbose # Custom commands that will be run on the head node after common setup.