diff --git a/pyproject.toml b/pyproject.toml index 4cce49f..7bd4c9a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ classifiers = [ dependencies = [ "ipywidgets>=8.0.0", "numpy<2.0.0", - "widget_code_input @ git+https://github.com/osscar-org/widget-code-input.git", + "widget_code_input>=4.0.17", "matplotlib", "termcolor" ]