Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@ Supported Python Versions

SageMaker Python SDK is tested on:

- Python 3.8
- Python 3.9
- Python 3.10
- Python 3.11
- Python 3.12

Telemetry
~~~~~~~~~~~~~~~
Expand Down Expand Up @@ -191,9 +191,9 @@ Setup a Python environment, and install the dependencies listed in ``doc/require
::

# conda
conda create -n sagemaker python=3.7
conda create -n sagemaker python=3.12
conda activate sagemaker
conda install sphinx=3.1.1 sphinx_rtd_theme=0.5.0
conda install sphinx=5.1.1 sphinx_rtd_theme=0.5.0

# pip
pip install -r doc/requirements.txt
Expand Down
Loading