Skip to content

Commit e53383c

Browse files
committed
Allow testing with nbconvert 6 again (unpin)
Closes jupytergh-5086 Closes jupytergh-5092
1 parent d6259ae commit e53383c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
'jupyter_core>=4.6.0',
108108
'jupyter_client>=5.3.4',
109109
'nbformat',
110-
'nbconvert<6',
110+
'nbconvert',
111111
'ipykernel', # bless IPython kernel for now
112112
'Send2Trash',
113113
'terminado>=0.8.1',

0 commit comments

Comments
 (0)