From a95795eae11324ee9fe44988264df00127edeb5c Mon Sep 17 00:00:00 2001 From: Luis Aleixo Date: Mon, 22 Aug 2022 12:22:27 +0100 Subject: [PATCH] avoided newest ipympl release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 11d0601f..38799c84 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ REQUIREMENTS: dict = { 'core': [ 'dataclasses; python_version < "3.7"', 'ipykernel', - 'ipympl != 0.8.0, != 0.8.1', + 'ipympl != 0.8.0, != 0.8.1, != 0.9.2', 'ipywidgets', 'Jinja2', 'loky',