提交 f2988b02 编写于 作者: Z Zeyu Chen

Remove NLTK package requirements to avoid dependency security alert from Github Dependabot.

上级 6e41143f
...@@ -5,11 +5,9 @@ protobuf>=3.1.0 ...@@ -5,11 +5,9 @@ protobuf>=3.1.0
gast==0.3.3 gast==0.3.3
matplotlib<=2.2.4 ; python_version<"3.6" matplotlib<=2.2.4 ; python_version<"3.6"
scipy>=0.19.0, <=1.2.1 ; python_version<"3.5" 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" matplotlib<=3.2.1 ; python_version>="3.6"
scipy<=1.3.1 ; python_version=="3.5" scipy<=1.3.1 ; python_version=="3.5"
scipy ; python_version>"3.5" scipy ; python_version>"3.5"
nltk ; python_version>="3.5"
rarfile rarfile
Pillow Pillow
six six
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册