Skip to content

Commit 2c03ef7

Browse files
committed
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.
1 parent 5adea08 commit 2c03ef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ classifiers = [
3030
dependencies = [
3131
"ipywidgets>=8.0.0",
3232
"numpy<2.0.0",
33-
"widget_code_input",
33+
"widget_code_input<4.0.0",
3434
"matplotlib",
3535
"termcolor"
3636
]

0 commit comments

Comments
 (0)