瀏覽代碼

update setup.py

will-jl944 4 年之前
父節點
當前提交
bb9120ea21
共有 1 個文件被更改,包括 4 次插入5 次删除
  1. 4 5
      setup.py

+ 4 - 5
setup.py

@@ -13,13 +13,12 @@
 # limitations under the License.
 
 import setuptools
-import sys
 
-long_description = "PaddlePaddle Entire Process Development Toolkit"
+long_description = "PaddlePaddle End-to-End Development Toolkit"
 
 setuptools.setup(
     name="paddlex",
-    version='2.0.0',
+    version='2.1.0',
     author="paddlex",
     author_email="paddlex@baidu.com",
     description=long_description,
@@ -38,8 +37,8 @@ setuptools.setup(
     include_data_files=True,
     setup_requires=['cython', 'numpy'],
     install_requires=[
-        "pycocotools", 'pyyaml', 'colorama', 'tqdm', 'paddleslim==2.1.1',
-        'visualdl>=2.1.1', 'shapely>=1.7.0', 'opencv-python', 'scipy', 'lap',
+        "pycocotools", 'pyyaml', 'colorama', 'tqdm', 'paddleslim==2.2.1',
+        'visualdl>=2.2.2', 'shapely>=1.7.0', 'opencv-python', 'scipy', 'lap',
         'motmetrics', 'scikit-learn==0.23.2', 'chardet', 'flask_cors'
     ],
     classifiers=[