Skip to content

Commit acc8ffc

Browse files
Ensure minimal nbconvert support jinja2 v2 & v3 (#756)
Co-authored-by: Steven Silvester <[email protected]>
1 parent 936e4d6 commit acc8ffc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.cfg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ install_requires =
3333
tornado>=6.1.0
3434
pyzmq>=17
3535
argon2-cffi
36-
traitlets>=5
37-
jupyter_core>=4.6.0
38-
jupyter_client>=6.1.1
36+
traitlets>=5.1.0
37+
jupyter_core>=4.7.0
38+
jupyter_client>=6.1.12
3939
nbformat>=5.2.0
40-
nbconvert
40+
nbconvert>=6.4.4
4141
Send2Trash
4242
terminado>=0.8.3
4343
prometheus_client

0 commit comments

Comments
 (0)