Skip to content

Commit 8c5ac22

Browse files
authored
Update requirements.txt
1 parent edceb74 commit 8c5ac22

File tree

1 file changed

+17
-12
lines changed

1 file changed

+17
-12
lines changed

.ci/docker/requirements.txt

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,23 @@
11
# --extra-index-url https://download.pytorch.org/whl/cu117/index.html # Use this to run/publish tutorials against the latest binaries during the RC stage. Comment out after the release. Each release verify the correct cuda version.
22
# Refer to ./jenkins/build.sh for tutorial build instructions
33

4-
sphinx==5.3.0
5-
sphinx-gallery==0.11.1
6-
sphinx_design
7-
sphinxext-opengraph==0.9.1
8-
docutils==0.16
9-
sphinx-copybutton
10-
sphinx_sitemap==2.6.0
11-
pypandoc==1.12
12-
pandocfilters
13-
markdown
4+
# Sphinx dependencies
5+
sphinx==7.2.6
6+
sphinx-gallery==0.19.0
7+
sphinx_design==0.6.1
8+
sphinxext-opengraph==0.10.0
9+
docutils==0.21.2
10+
sphinx-copybutton==0.5.2
11+
sphinx_sitemap==2.7.1
12+
sphinxcontrib-mermaid==1.0.0
13+
sphinxcontrib.katex==0.9.10
14+
pypandoc==1.15
15+
pandocfilters==1.5.1
16+
markdown==3.8.2
17+
18+
# PyTorch Theme
19+
-e git+https://github.com/pytorch/pytorch_sphinx_theme.git@88f90531a68eabe7015b0810eed1031d31d50fca#egg=pytorch_sphinx_theme2
20+
1421
tqdm==4.66.1
1522
numpy==1.24.4
1623
matplotlib
@@ -41,14 +48,12 @@ onnxscript>=0.2.2
4148
onnxruntime
4249
evaluate
4350
accelerate>=0.20.1
44-
sphinxcontrib-mermaid==1.0.0
4551
importlib-metadata==6.8.0
4652

4753
# PyTorch Theme
4854
-e git+https://github.com/pytorch/pytorch_sphinx_theme.git@88f90531a68eabe7015b0810eed1031d31d50fca#egg=pytorch_sphinx_theme2
4955
ipython
5056

51-
sphinxcontrib.katex
5257
# to run examples
5358
boto3
5459
pandas

0 commit comments

Comments
 (0)