Skip to content

Commit

Permalink
chore: Fixed jinja2 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
frgfm committed May 4, 2022
1 parent 94cda24 commit 532a080
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ sphinx-copybutton>=0.3.1
docutils<0.18
recommonmark>=0.7.1
sphinx-markdown-tables>=0.0.15
Jinja2<3.1
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
"docutils<0.18",
"recommonmark>=0.7.1",
"sphinx-markdown-tables>=0.0.15",
"Jinja2<3.1", # cf. https://github.com/readthedocs/readthedocs.org/issues/9038
]

# Borrowed from https://github.com/huggingface/transformers/blob/master/setup.py
Expand Down Expand Up @@ -107,6 +108,7 @@ def deps_list(*pkgs):
"docutils",
"recommonmark",
"sphinx-markdown-tables",
"Jinja2",
)

extras["dev"] = (
Expand Down

0 comments on commit 532a080

Please sign in to comment.