From 3d8792c4d4e1d802dd53213c59ea999c667751b5 Mon Sep 17 00:00:00 2001 From: "Pey Lian Lim (Github)" <2090236+pllim@users.noreply.github.com> Date: Thu, 27 Oct 2022 13:15:32 -0400 Subject: [PATCH] MNT: Unpin maxversion of ipywidgets now that voila 0.4 is out. In fact, we pin minversion ipywidgets to its new release. --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 390765644d..cd38fe3305 100644 --- a/setup.cfg +++ b/setup.cfg @@ -31,8 +31,8 @@ install_requires = ipyvuetify>=1.7.0 ipysplitpanes>=0.1.0 ipygoldenlayout>=0.3.0 - ipywidgets<8.0 - voila>=0.3.5 + ipywidgets>=8 + voila>=0.4 pyyaml>=5.4.1 specutils>=1.7.0 specreduce>=1.2.0,<1.3.0