From 7b80a0d1a2608a9274677cef84881319f6a253ee Mon Sep 17 00:00:00 2001 From: afni-dglen Date: Thu, 18 Jul 2024 19:01:32 -0400 Subject: [PATCH] setup.cfg - removing some matplotlib constraints --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 411ee9f..4c40e59 100644 --- a/setup.cfg +++ b/setup.cfg @@ -21,7 +21,7 @@ provides = [options] python_requires = >=3.6.1 install_requires = - matplotlib >=3.1.1, <=3.6.3, !=3.3.0rc1 + matplotlib >=3.1.1 numpy >=1.9.3 scipy loguru