Skip to content

Commit

Permalink
Ensure minimal nbconvert support jinja2 v2 & v3 (#756)
Browse files Browse the repository at this point in the history
Co-authored-by: Steven Silvester <steven.silvester@ieee.org>
  • Loading branch information
fcollonval and blink1073 committed Mar 25, 2022
1 parent 936e4d6 commit acc8ffc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.cfg
Expand Up @@ -33,11 +33,11 @@ install_requires =
tornado>=6.1.0
pyzmq>=17
argon2-cffi
traitlets>=5
jupyter_core>=4.6.0
jupyter_client>=6.1.1
traitlets>=5.1.0
jupyter_core>=4.7.0
jupyter_client>=6.1.12
nbformat>=5.2.0
nbconvert
nbconvert>=6.4.4
Send2Trash
terminado>=0.8.3
prometheus_client
Expand Down

0 comments on commit acc8ffc

Please sign in to comment.