From 27f667293e5a5c7c5b2895900b559dec98e6be3e Mon Sep 17 00:00:00 2001 From: chaoming Date: Mon, 9 Nov 2020 13:56:19 +0800 Subject: [PATCH] version 0.2.2 --- develop/conda-recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/develop/conda-recipe/meta.yaml b/develop/conda-recipe/meta.yaml index 1103cf3a6..f8cef2e81 100644 --- a/develop/conda-recipe/meta.yaml +++ b/develop/conda-recipe/meta.yaml @@ -21,7 +21,7 @@ requirements: - numpy>=1.13 - sympy>=1.2 - numba>=0.40 - - matplotlib>=4.0 + - matplotlib>=3.0 - setuptools>=40.0.0 - autopep8