From b68f55e76c970f16fe02b13f9ccd5e1bc34306ac Mon Sep 17 00:00:00 2001 From: Giordon Stark Date: Fri, 28 Sep 2018 14:30:43 -0700 Subject: [PATCH] struggling with the ipython stuff as in jupyter/jupyter_console#158 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e802f3fe16..8bf7222ee4 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ 'nbsphinx', 'm2r', 'jsonpatch', - 'prompt-toolkit>=2.0', # needed to fix up python 3 dependency issues + 'prompt-toolkit<=2.0', # needed to fix up python 3 dependency issues ] } extras_require['complete'] = sorted(set(sum(extras_require.values(), [])))