From f94beccc006d77bc682c10d511e69c496874b623 Mon Sep 17 00:00:00 2001 From: Takashi Imamichi Date: Fri, 9 Dec 2022 17:46:58 +0900 Subject: [PATCH] pin ipywidgets --- constraints.txt | 4 ++++ requirements-dev.txt | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/constraints.txt b/constraints.txt index 1cf07c8ff4de..885964e77813 100644 --- a/constraints.txt +++ b/constraints.txt @@ -6,3 +6,7 @@ jsonschema==3.2.0 # a seaborn import. This pin can be removed when compatibility with those # packages is fixed jupyter-core==4.11.2 + +# ipywidgets 8.0.3 started emitting deprecation warnings via a seaborn import. +# This pin can be removed when compatibility with those packages is fixed. +ipywidgets<8.0.3 diff --git a/requirements-dev.txt b/requirements-dev.txt index ace8cf6a1e6f..f3edd5207587 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 +ipywidgets>=7.3.0,<8.0.3 jupyter matplotlib>=3.3 pillow>=4.2.1