Skip to content

Commit

Permalink
Loosen sphinx version requirement in py38 fast-release Dockerfile (#3513
Browse files Browse the repository at this point in the history
)

Signed-off-by: Kyunggeun Lee <quic_kyunggeu@quicinc.com>
  • Loading branch information
quic-kyunggeu authored Nov 19, 2024
1 parent fe63f10 commit 3e996d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Jenkins/fast-release/Dockerfile.torch-gpu-pt21-py38
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,10 @@ RUN python3 -m pip --no-cache-dir install \
scikit-learn \
scipy==1.8.1 \
spconv-cu116 \
sphinx==3.5.3 \
sphinx-autodoc-typehints==1.6.0 \
sphinx \
sphinx-autodoc-typehints \
sphinx-design \
sphinx-jinja==1.1.1 \
sphinx-jinja \
sphinx-rtd-theme \
sphinx-tabs \
tensorboard \
Expand Down

0 comments on commit 3e996d8

Please sign in to comment.