Skip to content

Commit

Permalink
[cherry-pick][releases/2.0.0] [AIR/docs] Adding Source Libraries (ray…
Browse files Browse the repository at this point in the history
…-project#27518) (ray-project#27643)

Co-authored-by: Richard Liaw <[email protected]>
Co-authored-by: Bill Chambers <[email protected]>
  • Loading branch information
richardliaw and Bill Chambers authored Aug 8, 2022
1 parent b6bec29 commit e520e04
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/source/ray-air/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ Get started by installing Ray AIR:
.. code:: bash
pip install -U "ray[air]"
# The below Ray AIR tutorial was written with the following libraries.
# Consider running the following to ensure that the code below runs properly:
pip install -U pandas>=1.3.5
pip install -U torch>=1.12
pip install -U numpy>=1.19.5
pip install -U tensorflow>=2.6.2
pip install -U pyarrow>=6.0.1
Quick Start
-----------
Expand Down

0 comments on commit e520e04

Please sign in to comment.