Pin Cython in autoscaler development example. (#1951)

This commit is contained in:
Robert Nishihara
2018-04-26 00:17:29 -07:00
committed by Philipp Moritz
parent af88fdefcf
commit 1a6b5b04e6
@@ -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.