mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-12 11:45:38 +08:00
Merge pull request #5085 from takluyver/test-pin-nbconvert-5.x-b
Pin nbconvert <6 for now
This commit is contained in:
commit
6c67bb133b
2
setup.py
2
setup.py
@ -107,7 +107,7 @@ for more information.
|
|||||||
'jupyter_core>=4.6.0',
|
'jupyter_core>=4.6.0',
|
||||||
'jupyter_client>=5.3.4',
|
'jupyter_client>=5.3.4',
|
||||||
'nbformat',
|
'nbformat',
|
||||||
'nbconvert',
|
'nbconvert<6',
|
||||||
'ipykernel', # bless IPython kernel for now
|
'ipykernel', # bless IPython kernel for now
|
||||||
'Send2Trash',
|
'Send2Trash',
|
||||||
'terminado>=0.8.1',
|
'terminado>=0.8.1',
|
||||||
|
Loading…
Reference in New Issue
Block a user