Skip to content

Commit 8628ccf

Browse files
committed
Update requirements
1 parent ea9f529 commit 8628ccf

File tree

9 files changed

+15
-22
lines changed

9 files changed

+15
-22
lines changed

paddlehub/compat/datasets/__init__.py

Whitespace-only changes.

paddlehub/compat/module/__init__.py

Whitespace-only changes.

paddlehub/compat/task/__init__.py

Whitespace-only changes.

paddlehub/finetune/__init__.py

Whitespace-only changes.

paddlehub/text/__init__.py

Whitespace-only changes.

paddlehub/vision/__init__.py

Whitespace-only changes.

requirements.txt

Lines changed: 14 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,18 @@
1-
pre-commit
2-
protobuf >= 3.6.0
3-
yapf == 0.26.0
4-
six >= 1.10.0
5-
flask >= 1.1.0
6-
flake8
7-
visualdl
8-
cma >= 2.7.0
9-
sentencepiece
1+
colorama
102
colorlog
11-
tqdm
12-
nltk
13-
pyzmq
14-
gitpython
153
easydict
16-
17-
# pandas no longer support python2 in version 0.25 and above
18-
pandas ; python_version >= "3"
19-
4+
filelock
5+
flask >= 1.1.0
6+
gitpython
7+
numpy
8+
matplotlib
9+
opencv-python
10+
packaging
11+
Pillow
12+
pyyaml
13+
pyzmq
14+
rarfile
15+
tqdm
16+
visualdl >= 2.0.0
2017
# gunicorn not support windows
2118
gunicorn >= 19.10.0; sys_platform != "win32"

setup.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
long_description='',
3434
url='https://github.com/PaddlePaddle/PaddleHub',
3535
author='PaddlePaddle Author',
36-
author_email='[email protected]',
36+
author_email='',
3737
install_requires=REQUIRED_PACKAGES,
3838
packages=find_packages(),
3939
package_data={
@@ -55,10 +55,6 @@
5555
'Intended Audience :: Education',
5656
'Intended Audience :: Science/Research',
5757
'License :: OSI Approved :: Apache Software License',
58-
'Programming Language :: Python :: 2.7',
59-
'Programming Language :: Python :: 3',
60-
'Programming Language :: Python :: 3.4',
61-
'Programming Language :: Python :: 3.5',
6258
'Programming Language :: Python :: 3.6',
6359
'Programming Language :: Python :: 3.7',
6460
'Topic :: Scientific/Engineering',

0 commit comments

Comments
 (0)