From e278ee42889fa8dda81c3b271bdcd1fa998a9809 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Tue, 7 Sep 2021 15:06:39 +0200 Subject: [PATCH] Allow for Jupyter Client 7 --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 9e8abfa62..70be4acf3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -33,7 +33,7 @@ packages = find: python_requires = >=3.6 install_requires = jupyter_server>=0.3.0,<2.0.0 - jupyter_client>=6.1.3,<7 + jupyter_client>=6.1.3,<8 nbclient>=0.4.0,<0.6 nbconvert>=6.0.0,<7 @@ -53,4 +53,4 @@ test = [options.entry_points] console_scripts = - voila = voila.app:main \ No newline at end of file + voila = voila.app:main