Skip to content

Commit 6bfa3f9

Browse files
committed
specify Jinja2 version
1 parent a4c383d commit 6bfa3f9

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

β€Žrequirements-noplot.txtβ€Ž

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,14 @@ sphinx-copybutton
77
sphinx-sitemap
88
sphinxcontrib.katex
99
docutils==0.16
10+
jinja2==3.0.3
1011

1112
torch
1213
torchvision
1314
torchtext
1415
torchaudio
1516
torchdata
16-
functorch
17+
#functorch
1718

1819
# PyTorch Theme
19-
-e git+https://github.com/PyTorchKorea/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme
20+
-e git+https://github.com/PyTorchKorea/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme

β€Žrequirements.txtβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ flask
2121
spacy==2.3.2
2222
ray[tune]
2323
tensorboard
24+
jinja2==3.0.3
2425

2526
# PyTorch Theme
2627
-e git+https://github.com/PyTorchKorea/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme

0 commit comments

Comments
Β (0)