Update v1.7 document
update version
Showing
pre-commit | pre-commit | ||
protobuf >= 3.6.0 | protobuf >= 3.6.0 | ||
yapf == 0.26.0 | yapf == 0.26.0 | ||
pyyaml | |||
Pillow | |||
six >= 1.10.0 | six >= 1.10.0 | ||
chardet == 3.0.4 | |||
requests | |||
flask >= 1.1.0 | flask >= 1.1.0 | ||
flake8 | flake8 | ||
visualdl == 2.0.0a0 | visualdl == 2.0.0a0 | ||
cma == 2.7.0 | cma >= 2.7.0 | ||
sentencepiece | sentencepiece | ||
nltk | |||
colorlog | colorlog | ||
opencv-python | |||
# 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 no longer support python2 in version 0.25 and above | ||
pandas ; python_version >= "3" | pandas ; python_version >= "3" | ||
pandas < 0.25.0 ; python_version < "3" | |||
# gunicorn not support windows | # gunicorn not support windows | ||
gunicorn >= 19.10.0; sys_platform != "win32" | gunicorn >= 19.10.0; sys_platform != "win32" |
想要评论请 注册 或 登录