From dedcd34a0ea2f124b38236b7d3af7b2d5ca8822c Mon Sep 17 00:00:00 2001 From: Edan Bainglass <45081142+edan-bainglass@users.noreply.github.com> Date: Mon, 13 Jan 2025 22:56:10 +0100 Subject: [PATCH] Revert "Unpin widgetsnbextension (#179)" (#195) This reverts commit e05a322390f756e857099e2632d935bc762a388e. --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 28b2df8..29be6e4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -29,6 +29,7 @@ install_requires = ipython~=7.0 ipywidgets~=7.6 traitlets~=5.0 + widgetsnbextension<3.6.3 notebook~=6.0 python_requires = >=3.9