diff --git a/setup.py b/setup.py index a9686a2c6..d9b2a1fb1 100644 --- a/setup.py +++ b/setup.py @@ -103,7 +103,8 @@ "requests", "jsonschema", "alembic", - "ipython<=6.2.1" + "ipython<=6.2.1", + "jupyter-console<=5.2.0" ] )