From 2a187c6fc8d70568049eb1649903932757c6d3e9 Mon Sep 17 00:00:00 2001 From: Daniel Hollas Date: Mon, 21 Oct 2024 17:14:51 +0100 Subject: [PATCH] Pin notebook version to v6 (#176) --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 79e0866..12ec5d4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -30,6 +30,7 @@ install_requires = ipywidgets~=7.6 traitlets~=5.0 widgetsnbextension<3.6.3 + notebook~=6.0 python_requires = >=3.9 [options.extras_require]