From 247c29899e5d3e5b46b7aab63156c175e974579a Mon Sep 17 00:00:00 2001 From: Takashi Imamichi <31178928+t-imamichi@users.noreply.github.com> Date: Mon, 23 Jan 2023 21:00:43 +0900 Subject: [PATCH] relax ipywidgets (#9414) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index c77071298d..46f99af120 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,7 +3,7 @@ hypothesis>=4.24.3 python-constraint>=1.4 ipython<7.22.0 ipykernel<5.5.2 -ipywidgets>=7.3.0,<8.0.3 +ipywidgets>=7.3.0 jupyter matplotlib>=3.3 pillow>=4.2.1