From f9dcbfa3101f8dadc7dd92d19fa8db9d0d5155eb Mon Sep 17 00:00:00 2001 From: Luis Aleixo Date: Tue, 19 Oct 2021 16:38:16 +0200 Subject: [PATCH] Changed ipympl version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6be0d0f9..e5a28303 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ REQUIREMENTS: dict = { 'core': [ 'dataclasses; python_version < "3.7"', 'ipykernel', - 'ipympl != 0.8.0', + 'ipympl == 0.7.0', 'ipywidgets', 'Jinja2', 'loky',