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

Add ahocorasick requirement

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