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