From e53383ceb28da0c9052cf83c271bfca309a124de Mon Sep 17 00:00:00 2001 From: Thomas Kluyver Date: Mon, 9 Dec 2019 16:48:36 +0000 Subject: [PATCH] Allow testing with nbconvert 6 again (unpin) Closes gh-5086 Closes gh-5092 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d90729bb7d..33eda15eb3 100755 --- a/setup.py +++ b/setup.py @@ -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',