From 01178a326e0b835f039978c5020c935f89651fa9 Mon Sep 17 00:00:00 2001 From: Johannes Kasimir Date: Thu, 25 Jun 2026 14:10:29 +0200 Subject: [PATCH] deps: avoid deprecation error --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b7cc3e79..94badbd6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ test = [ "graphviz>=0.20.3", "h5py>=3.12", "ipympl>=0.8.4", - "ipywidgets>=8.1.0", + "ipywidgets>=8.1.5", "ipykernel>=6.26,<7", # Concurrency bug, see https://github.com/scipp/plopp/issues/499. "mpltoolbox>=24.6.0", "pandas>=2.2.2",