From c8fa59a2e88bc19453858b2ae5db7401ac3cc46a Mon Sep 17 00:00:00 2001 From: Alexander Goscinski Date: Fri, 28 Jun 2024 09:57:00 +0200 Subject: [PATCH] Pin widget_code_input < 4.0.0 The new widget_code_input introudces completely style of the WidgetCodeInput that introduces the widgets tests to fail. We will upgrade to widget_code_input 4 in a dedicated PR. See PR #45. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index db2f468..a4da607 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ classifiers = [ dependencies = [ "ipywidgets>=8.0.0", "numpy<2.0.0", - "widget_code_input", + "widget_code_input<4.0.0", "matplotlib", "termcolor" ]