Skip to content
This repository was archived by the owner on Aug 31, 2023. It is now read-only.

Commit 546b82f

Browse files
authored
Merge pull request #13 from DerwenAI/update
update the Py version requirements #12
2 parents 70ca986 + 125d528 commit 546b82f

2 files changed

Lines changed: 9 additions & 7 deletions

File tree

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
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/)
44
core 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
3943
python3 -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"
4347
during a `pip` installation, you may need to use the `conda`
4448
approach 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-

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ graphviz >= 0.14
99
icecream >= 1.2
1010
jupyterlab >= 3.0
1111
matplotlib >= 3.3
12-
numpy >= 1.20
12+
numpy >= 1.19
1313
objgraph >= 3.5
1414
pandas >= 1.1
1515
pyinstrument >= 3.4

0 commit comments

Comments
 (0)