提交 7bfe5f8a 编写于 作者: W wuzewu

Remove pyahocorasick requirement

上级 e3596e4a
...@@ -9,4 +9,3 @@ six >= 1.10.0 ...@@ -9,4 +9,3 @@ six >= 1.10.0
chardet == 3.0.4 chardet == 3.0.4
requests requests
pandas pandas
pyahocorasick
...@@ -32,7 +32,7 @@ max_version, mid_version, min_version = python_version() ...@@ -32,7 +32,7 @@ max_version, mid_version, min_version = python_version()
REQUIRED_PACKAGES = [ REQUIRED_PACKAGES = [
'numpy >= 1.12.0', 'six >= 1.10.0', 'pandas', 'protobuf >= 3.1.0', 'pyyaml', 'numpy >= 1.12.0', 'six >= 1.10.0', 'pandas', 'protobuf >= 3.1.0', 'pyyaml',
'Pillow', 'requests', "visualdl >= 1.3.0", "pyahocorasick" 'Pillow', 'requests', "visualdl >= 1.3.0"
] ]
if max_version < 3: if max_version < 3:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册