From 1f65210ebb12cb271eab15696ff7f23d2138e9f7 Mon Sep 17 00:00:00 2001 From: Thomas BOUCHE Date: Wed, 20 Sep 2023 12:04:04 +0200 Subject: [PATCH] update shapash report require --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 2004ba1b..02c635a5 100644 --- a/setup.py +++ b/setup.py @@ -41,9 +41,9 @@ # This list should be identical to the list in shapash/report/__init__.py extras['report'] = [ - 'nbconvert==6.0.7', + 'nbconvert>=6.0.7', 'papermill>=2.0.0', - 'jupyter-client<8.0.0', + 'jupyter-client>=7.4.0', 'seaborn>=0.12.2', 'notebook', 'Jinja2>=2.11.0',