[AIR/docs] Adding Source Libraries (#27518)

Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
This commit is contained in:
Bill Chambers 2022-08-04 15:56:40 -07:00 committed by GitHub
parent eb9c5d8fa7
commit 73bc572405
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
-----------