Update README.rst with 0.6.0 version number. (#3453)

This commit is contained in:
Eric Liang
2018-12-01 19:16:45 -08:00
committed by Robert Nishihara
parent c5b5cdae33
commit 13c8ce4d84
5 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ setup_commands:
# - git clone https://github.com/ray-project/ray || true
- pip install boto3==1.4.8 cython==0.27.3
# - cd ray/python; git checkout master; git pull; pip install -e . --verbose
- pip install https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-0.5.3-cp36-cp36m-manylinux1_x86_64.whl
- pip install https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-0.6.0-cp36-cp36m-manylinux1_x86_64.whl
# Custom commands that will be run on the head node after common setup.
head_setup_commands: []