Skip to content

Commit e74475f

Browse files
authored
Merge pull request #200 from davidbrochart/unpin_nbconvert
Unpin nbconvert
2 parents d1cb381 + 9033db1 commit e74475f

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
@@ -89,7 +89,7 @@
8989
'jupyter_core>=4.4.0',
9090
'jupyter_client>=6.1.1',
9191
'nbformat',
92-
'nbconvert<6',
92+
'nbconvert',
9393
'ipykernel', # bless IPython kernel for now
9494
'Send2Trash',
9595
'terminado>=0.8.1',

0 commit comments

Comments
 (0)