From aed0080181e63bae166b6bdd2f81a9b65081f446 Mon Sep 17 00:00:00 2001 From: Zeyu Chen Date: Mon, 28 Sep 2020 14:43:28 +0800 Subject: [PATCH] Remove NLTK requirements to avoid dependency security alert from Github Dependabot. (#27628) Remove NLTK 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 1f62139a9a6..6e14636b0a4 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