提交 8628ccfc 编写于 作者: W wuzewu

Update requirements

上级 ea9f5292
pre-commit colorama
protobuf >= 3.6.0
yapf == 0.26.0
six >= 1.10.0
flask >= 1.1.0
flake8
visualdl
cma >= 2.7.0
sentencepiece
colorlog colorlog
tqdm
nltk
pyzmq
gitpython
easydict easydict
filelock
# pandas no longer support python2 in version 0.25 and above flask >= 1.1.0
pandas ; python_version >= "3" gitpython
numpy
matplotlib
opencv-python
packaging
Pillow
pyyaml
pyzmq
rarfile
tqdm
visualdl >= 2.0.0
# gunicorn not support windows # gunicorn not support windows
gunicorn >= 19.10.0; sys_platform != "win32" gunicorn >= 19.10.0; sys_platform != "win32"
...@@ -33,7 +33,7 @@ setup( ...@@ -33,7 +33,7 @@ setup(
long_description='', long_description='',
url='https://github.com/PaddlePaddle/PaddleHub', url='https://github.com/PaddlePaddle/PaddleHub',
author='PaddlePaddle Author', author='PaddlePaddle Author',
author_email='paddle-dev@baidu.com', author_email='',
install_requires=REQUIRED_PACKAGES, install_requires=REQUIRED_PACKAGES,
packages=find_packages(), packages=find_packages(),
package_data={ package_data={
...@@ -55,10 +55,6 @@ setup( ...@@ -55,10 +55,6 @@ setup(
'Intended Audience :: Education', 'Intended Audience :: Education',
'Intended Audience :: Science/Research', 'Intended Audience :: Science/Research',
'License :: OSI Approved :: Apache Software License', 'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.7',
'Topic :: Scientific/Engineering', 'Topic :: Scientific/Engineering',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册