Skip to content

Commit

Permalink
Freeze Jinja2 version to 2.11
Browse files Browse the repository at this point in the history
Jinja2 version 3.0.0 breaks nbsphinx. This is a workaround without/before refactoring.
  • Loading branch information
nikosavola authored and mgeier committed May 12, 2021
1 parent be6a081 commit 5f702d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
python_requires='>=3.6',
install_requires=[
'docutils',
'jinja2',
'jinja2~=2.11',
'nbconvert!=5.4',
'traitlets',
'nbformat',
Expand Down

0 comments on commit 5f702d2

Please sign in to comment.