Skip to content

Commit

Permalink
[docs] use requirements compiled in dev/test constraints (ray-project…
Browse files Browse the repository at this point in the history
…#40638)


Signed-off-by: Lonnie Liu <[email protected]>
  • Loading branch information
aslonnie authored Oct 25, 2023
1 parent 8f9069e commit 1ed5e85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/source/ray-contribute/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ Dependencies for running Ray unit tests under ``python/ray/tests`` can be instal

.. code-block:: shell
pip install -c python/requirements.txt -r python/requirements/test-requirements.txt
pip install -c python/requirements_compiled.txt -r python/requirements/test-requirements.txt
Requirement files for running Ray Data / ML library tests are under ``python/requirements/``.

Expand Down
2 changes: 1 addition & 1 deletion doc/source/ray-contribute/getting-involved.rst
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ If you are running tests for the first time, you can install the required depend

.. code-block:: shell
pip install -c python/requirements.txt -r python/requirements/test-requirements.txt
pip install -c python/requirements_compiled.txt -r python/requirements/test-requirements.txt
Testing for Python development
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 1ed5e85

Please sign in to comment.