This repository was archived by the owner on Aug 31, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# A Guided Tour of Ray Core
22
3- An introductory tutorial about leveraging [ Ray] ( https://docs.ray.io/en/master/ )
3+ An introductory tutorial about leveraging [ Ray] ( https://docs.ray.io/ )
44core features for distributed patterns.
55
6- Note: these examples have been tested using Python 3.7+ on:
6+ These examples have been tested using Python ** 3.6** , ** 3.7** , ** 3.8**
7+ in the following environments:
78
89 - Ubuntu 18.04 LTS
910 - macOS 10.13
1011
11- See the accompanying ` slides.pdf ` file for presentation slide deck.
12+ Currently, Python ** 3.9** is not supported by Ray.
13+
14+ See the ` slides.pdf ` file for the presentation slide deck that
15+ accompanies this tutorial.
1216
1317
1418## Getting Started
@@ -39,7 +43,7 @@ conda activate ray_tutorial
3943python3 -m pip install -r requirements.txt
4044```
4145
42- Note: if you run into any problems on Python 3.8+ with "wheels"
46+ Note: if you run into any problems on Python 3.8 with "wheels"
4347during a ` pip ` installation, you may need to use the ` conda `
4448approach instead.
4549
@@ -109,5 +113,3 @@ level components in Ray, such as RLlib and Ray Tune.
109113 * [ ` python-patterns ` ] ( https://github.com/faif/python-patterns )
110114 * [ * Python Data Science* ] ( https://jakevdp.github.io/PythonDataScienceHandbook/01.07-timing-and-profiling.html )
111115 * [ "Profiling and Optimizing Jupyter Notebooks"] ( https://towardsdatascience.com/speed-up-jupyter-notebooks-20716cbe2025 )
112-
113-
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ graphviz >= 0.14
99icecream >= 1.2
1010jupyterlab >= 3.0
1111matplotlib >= 3.3
12- numpy >= 1.20
12+ numpy >= 1.19
1313objgraph >= 3.5
1414pandas >= 1.1
1515pyinstrument >= 3.4
You can’t perform that action at this time.
0 commit comments