From d4a0579ae7ba2a700645b748642839d7af0c493b Mon Sep 17 00:00:00 2001 From: Ben Mazin <92589195+BenMazin1@users.noreply.github.com> Date: Wed, 24 Jul 2024 10:43:03 -0400 Subject: [PATCH 1/2] Update requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6364d8e..6161770 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -matplotlib +matplotlib<3.9 numpy>=1.16 scipy seaborn==0.11 From 608501256f62d500f177e76ade96dd54684e1826 Mon Sep 17 00:00:00 2001 From: Ben Mazin <92589195+BenMazin1@users.noreply.github.com> Date: Wed, 24 Jul 2024 10:51:35 -0400 Subject: [PATCH 2/2] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b860ead..799e814 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ 'Operating System :: MacOS', ], install_requires=[ - 'matplotlib', + 'matplotlib<3.9', 'numpy>=1.16', 'scipy', 'seaborn==0.11',