Remove NLTK requirements to avoid dependency security alert from Github Dependabot. (#27628)

Remove NLTK requirements to avoid dependency security alert from Github Dependabot
my_2.0rc
Zeyu Chen 4 years ago committed by GitHub
parent e8f873df88
commit aed0080181
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save