From 295702fb68b9bc14a8724302f09ee53b0e627882 Mon Sep 17 00:00:00 2001 From: Hans Dembinski Date: Wed, 31 Jan 2024 17:08:08 +0100 Subject: [PATCH] drop ipywidget version restriction --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index baf08f66..bee34601 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,8 +45,8 @@ test = [ "cython", # ipywidgets 8.0.5 and 8.0.6 are broken # see https://github.com/jupyter-widgets/ipywidgets/issues/3731 - "ipywidgets<8.0.5", - "ipykernel", # needed by ipywidgets 8.0.6 + "ipywidgets", + "ipykernel", # needed by ipywidgets >= 8.0.6 "joblib", "jacobi", "matplotlib",