Skip to content

Commit 6c67bb1

Browse files
authored
Merge pull request #5085 from takluyver/test-pin-nbconvert-5.x-b
Pin nbconvert <6 for now
2 parents f185f41 + f377abf commit 6c67bb1

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',
110+
'nbconvert<6',
111111
'ipykernel', # bless IPython kernel for now
112112
'Send2Trash',
113113
'terminado>=0.8.1',

0 commit comments

Comments
 (0)