Skip to content

Commit

Permalink
Merge pull request #5085 from takluyver/test-pin-nbconvert-5.x-b
Browse files Browse the repository at this point in the history
Pin nbconvert <6 for now
  • Loading branch information
takluyver authored Nov 27, 2019
2 parents f185f41 + f377abf commit 6c67bb1
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',
'nbconvert<6',
'ipykernel', # bless IPython kernel for now
'Send2Trash',
'terminado>=0.8.1',
Expand Down

0 comments on commit 6c67bb1

Please sign in to comment.