Skip to content

Commit

Permalink
update install docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Feb 27, 2024
1 parent 0440d0e commit b70ca86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ Build Dependencies

conda create -n ucx -c conda-forge \
automake make libtool pkg-config \
"python=3.9" setuptools "cython>=3.0.0"
"python=3.11" setuptools "cython>=3.0.0"

.. note::
The Python version must be explicitly specified here, UCX-Py currently supports
only Python 3.9 and 3.10.
only Python 3.9, 3.10, and 3.11.

Test Dependencies
~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit b70ca86

Please sign in to comment.