From f2988b0284ce436897ed6fa2e41b995f88f37685 Mon Sep 17 00:00:00 2001 From: Zeyu Chen Date: Sun, 27 Sep 2020 20:24:55 +0800 Subject: [PATCH] Remove NLTK package requirements to avoid dependency security alert from Github Dependabot. --- python/requirements.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/python/requirements.txt b/python/requirements.txt index 6a88d61a94c..7eee61bb2f0 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -5,11 +5,9 @@ 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" rarfile Pillow six -- GitLab