提交 9371a501 编写于 作者: W wuzewu

Add ahocorasick requirement

上级 e4750c8e
...@@ -9,3 +9,4 @@ six >= 1.10.0 ...@@ -9,3 +9,4 @@ six >= 1.10.0
chardet == 3.0.4 chardet == 3.0.4
requests requests
pandas pandas
pyahocorasick
...@@ -31,14 +31,8 @@ def python_version(): ...@@ -31,14 +31,8 @@ def python_version():
max_version, mid_version, min_version = python_version() max_version, mid_version, min_version = python_version()
REQUIRED_PACKAGES = [ REQUIRED_PACKAGES = [
'numpy >= 1.12.0', 'numpy >= 1.12.0', 'six >= 1.10.0', 'pandas', 'protobuf >= 3.1.0', 'pyyaml',
'six >= 1.10.0', 'Pillow', 'requests', "visualdl >= 1.3.0", "pyahocorasick"
'pandas',
'protobuf >= 3.1.0',
'pyyaml',
'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.
先完成此消息的编辑!
想要评论请 注册