From 38f45c82d71e77fa6cd6d7894fb77dc3855bf0f1 Mon Sep 17 00:00:00 2001 From: Fabian Brinkmann Date: Sat, 23 Mar 2024 14:04:25 +0100 Subject: [PATCH 1/2] remove restriction for matplotlib version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 810db9a83..f1bf1a1bc 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requirements = [ 'numpy>=1.23.0', 'scipy>=1.5.0', - 'matplotlib<=3.7', + 'matplotlib', 'sofar>=0.1.2', 'urllib3', 'deepdiff', From b4bfc609fcd238d62e370da83ce257830ee4292d Mon Sep 17 00:00:00 2001 From: Fabian Brinkmann Date: Sat, 23 Mar 2024 14:09:22 +0100 Subject: [PATCH 2/2] remove restriction for matplotlib version --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index a7a832fe2..f28ecaad6 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -11,7 +11,7 @@ pytest-runner pytest-cov numpy>=1.23.0 scipy>=1.5.0 -matplotlib<=3.7 +matplotlib urllib3 deepdiff autodocsumm