From d9e34a83b191dbfb35209861fe0926697d71c3dc Mon Sep 17 00:00:00 2001 From: Casey Dunn Date: Mon, 30 May 2022 18:50:26 -0400 Subject: [PATCH] set minimum matplotlib version re #7 --- countland-py/setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/countland-py/setup.cfg b/countland-py/setup.cfg index ddf9f59..d1ae048 100644 --- a/countland-py/setup.cfg +++ b/countland-py/setup.cfg @@ -25,7 +25,7 @@ setup_requires = install_requires = glmpca imgaug <0.2.7, >=0.2.5 # Version specification for dependencies - matplotlib + matplotlib >=3.0.0 numpy <1.22, >=1.18 # Version specification for numba pandas scanpy