From b90c662a1a2ba801f443312514c0981f8635ef15 Mon Sep 17 00:00:00 2001 From: System Administrator Date: Wed, 23 Sep 2020 15:21:16 +0800 Subject: [PATCH] delete matplotlib --- python/requirements.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/python/requirements.txt b/python/requirements.txt index 6a88d61a94c..7802b491822 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -3,10 +3,8 @@ 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" nltk>=3.2.2, <=3.4 ; 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" nltk ; python_version>="3.5" -- GitLab