From 480e5237c976dff48f628e12e3950a66c4eee4c5 Mon Sep 17 00:00:00 2001 From: Luis Aleixo Date: Tue, 28 Sep 2021 09:48:26 +0200 Subject: [PATCH] ipympl (Matplotlib Jupyter Extension) version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9e5eb596..6be0d0f9 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ REQUIREMENTS: dict = { 'core': [ 'dataclasses; python_version < "3.7"', 'ipykernel', - 'ipympl', + 'ipympl != 0.8.0', 'ipywidgets', 'Jinja2', 'loky',