Skip to content

Commit

Permalink
Allow testing with nbconvert 6 again (unpin)
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Dec 9, 2019
1 parent d6259ae commit e53383c
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 @@ -107,7 +107,7 @@
'jupyter_core>=4.6.0',
'jupyter_client>=5.3.4',
'nbformat',
'nbconvert<6',
'nbconvert',
'ipykernel', # bless IPython kernel for now
'Send2Trash',
'terminado>=0.8.1',
Expand Down

0 comments on commit e53383c

Please sign in to comment.