|
@@ -19,7 +19,7 @@ long_description = "PaddlePaddle Entire Process Development Toolkit"
|
|
|
|
|
|
|
|
setuptools.setup(
|
|
setuptools.setup(
|
|
|
name="paddlex",
|
|
name="paddlex",
|
|
|
- version='2.0.0rc3',
|
|
|
|
|
|
|
+ version='2.0.0rc4',
|
|
|
author="paddlex",
|
|
author="paddlex",
|
|
|
author_email="paddlex@baidu.com",
|
|
author_email="paddlex@baidu.com",
|
|
|
description=long_description,
|
|
description=long_description,
|
|
@@ -31,8 +31,7 @@ setuptools.setup(
|
|
|
install_requires=[
|
|
install_requires=[
|
|
|
"pycocotools;platform_system!='Windows'", 'pyyaml', 'colorama', 'tqdm',
|
|
"pycocotools;platform_system!='Windows'", 'pyyaml', 'colorama', 'tqdm',
|
|
|
'paddleslim==2.1.0', 'visualdl>=2.1.1', 'shapely>=1.7.0',
|
|
'paddleslim==2.1.0', 'visualdl>=2.1.1', 'shapely>=1.7.0',
|
|
|
- 'opencv-python', 'scipy==1.5.4', 'lap', 'motmetrics',
|
|
|
|
|
- 'scikit-learn==0.23.2', 'matplotlib==3.3.4'
|
|
|
|
|
|
|
+ 'opencv-python', 'scipy', 'lap', 'motmetrics', 'scikit-learn==0.23.2'
|
|
|
],
|
|
],
|
|
|
classifiers=[
|
|
classifiers=[
|
|
|
"Programming Language :: Python :: 3",
|
|
"Programming Language :: Python :: 3",
|