Update requirements
Showing
paddlehub/compat/task/__init__.py
0 → 100644
paddlehub/finetune/__init__.py
0 → 100644
paddlehub/text/__init__.py
0 → 100644
paddlehub/vision/__init__.py
0 → 100644
pre-commit | ||
protobuf >= 3.6.0 | ||
yapf == 0.26.0 | ||
six >= 1.10.0 | ||
flask >= 1.1.0 | ||
flake8 | ||
visualdl | ||
cma >= 2.7.0 | ||
sentencepiece | ||
colorama | ||
colorlog | ||
tqdm | ||
nltk | ||
pyzmq | ||
gitpython | ||
easydict | ||
# pandas no longer support python2 in version 0.25 and above | ||
pandas ; python_version >= "3" | ||
filelock | ||
flask >= 1.1.0 | ||
gitpython | ||
numpy | ||
matplotlib | ||
opencv-python | ||
packaging | ||
Pillow | ||
pyyaml | ||
pyzmq | ||
rarfile | ||
tqdm | ||
visualdl >= 2.0.0 | ||
# gunicorn not support windows | ||
gunicorn >= 19.10.0; sys_platform != "win32" |
想要评论请 注册 或 登录