提交 1248332e 编写于 作者: W wuzewu

Merge requirement.txt and requirement_py.txt

上级 1f117410
#for python2, you should use requirements_py2.txt
pre-commit pre-commit
protobuf >= 3.6.0 protobuf >= 3.6.0
yapf == 0.26.0 yapf == 0.26.0
pyyaml pyyaml
numpy
Pillow Pillow
six >= 1.10.0 six >= 1.10.0
chardet == 3.0.4 chardet == 3.0.4
requests requests
pandas
flask >= 1.1.0 flask >= 1.1.0
flake8 flake8
tb-paddle tb-paddle
...@@ -17,3 +14,11 @@ cma == 2.7.0 ...@@ -17,3 +14,11 @@ cma == 2.7.0
sentencepiece sentencepiece
nltk nltk
colorlog colorlog
# numpy no longer support python2 in version 1.17 and above
numpy ; python_version >= "3"
numpy < 1.17.0 ; python_version < "3"
# pandas no longer support python2 in version 0.25 and above
pandas ; python_version >= "3"
pandas < 0.25.0 ; python_version < "3"
pre-commit
protobuf >= 3.1.0
yapf == 0.26.0
pyyaml
numpy < 1.17.0
Pillow
six >= 1.10.0
chardet == 3.0.4
requests
pandas < 0.25.0
flake8
flask >= 1.1.0
tb-paddle
tensorboard >= 1.15
cma == 2.7.0
sentencepiece
nltk
colorlog
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册