From 8ff68a182eb8d9cfeb5bd0759a8e9c17ca9e1783 Mon Sep 17 00:00:00 2001 From: Anurag Kumar Date: Wed, 15 Sep 2021 11:29:56 +0530 Subject: [PATCH] Update setup.py change to matplotlib==3.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9a92fe17b..6db7a79c9 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ REQUIRED = [ "statsmodels", "xlrd>=1.0.0", "plotly==4.12.0", - "matplotlib==3.1.3", + "matplotlib==3.3", "tables>=3.6.1", "pyyaml>=5.3.1", "mlflow>=1.12.1",