From e6568f7aa510935c522e1e5192dd7a62198cf497 Mon Sep 17 00:00:00 2001 From: Erick Armingol Date: Tue, 21 Mar 2023 19:50:58 -0700 Subject: [PATCH] Added cap to matplotlib --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a3c85ad..91a6ad8 100644 --- a/setup.py +++ b/setup.py @@ -91,7 +91,7 @@ def run(self): 'xlrd >= 1.1', 'openpyxl >= 2.6.2', 'networkx >= 2.3', - 'matplotlib >= 3.2.0', + 'matplotlib >= 3.2.0,<=3.5.1', 'seaborn >= 0.11.0', 'scikit-learn', 'umap-learn',