From 8122dc4cb309ee8a8a5599a37546188d959cb9e7 Mon Sep 17 00:00:00 2001 From: Itay Dafna Date: Wed, 24 Aug 2022 22:22:47 -0700 Subject: [PATCH] Update ipywidgets version to 8 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index e5059586..5eb8706b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -28,7 +28,7 @@ keywords = Jupyter, Widgets, IPython packages = find: install_requires = bqplot>=0.11.6 - ipywidgets>=7.6.0 + ipywidgets>=7.6.0, <9 pandas py2vega>=0.5.0 python_requires = >=3.6