From 2d2ccbcd4239c740834d67dff4a2cad5594007c4 Mon Sep 17 00:00:00 2001 From: Fabiana Clemente Date: Fri, 12 Jul 2024 12:30:39 -0700 Subject: [PATCH] fix: update setup file for notebook installation --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index aa68dd77d..ba2b7d5b3 100644 --- a/setup.py +++ b/setup.py @@ -33,8 +33,7 @@ install_requires=requirements, extras_require={ "notebook": [ - "jupyter-client>=5.3.4", - "jupyter-core>=4.6.3", + "jupyter>=1.0.0", "ipywidgets>=7.5.1", ], "unicode": [