提交 3c85dfe5 编写于 作者: S Steffy-zxf 提交者: wuzewu

Add the requirement lib 'pandas' (#54)

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