From e8db4412d00b9fb72f9a0a04d90f15fbf861c1fa Mon Sep 17 00:00:00 2001 From: swtkiwi <1208425345@qq.com> Date: Wed, 21 Oct 2020 19:19:13 +0800 Subject: [PATCH] delete matplotlib (#28159) --- python/requirements.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/python/requirements.txt b/python/requirements.txt index 6e14636b0a4..138220b4057 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -3,9 +3,7 @@ numpy>=1.13, <=1.16.4 ; python_version<"3.5" numpy>=1.13 ; python_version>="3.5" protobuf>=3.1.0 gast==0.3.3 -matplotlib<=2.2.4 ; python_version<"3.6" scipy>=0.19.0, <=1.2.1 ; python_version<"3.5" -matplotlib<=3.2.1 ; python_version>="3.6" scipy<=1.3.1 ; python_version=="3.5" scipy ; python_version>"3.5" rarfile -- GitLab