소스 검색

update requirements

will-jl944 4 년 전
부모
커밋
5c9769b45a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      dygraph/setup.py

+ 1 - 1
dygraph/setup.py

@@ -31,7 +31,7 @@ setuptools.setup(
     install_requires=[
         "pycocotools;platform_system!='Windows'", 'pyyaml', 'colorama', 'tqdm',
         'paddleslim==2.1.0', 'visualdl>=2.1.1', 'shapely>=1.7.0',
-        'opencv-python', 'scipy', 'lap', 'motmetrics'
+        'opencv-python', 'scipy', 'lap', 'motmetrics', 'scikit-learn==0.23.2'
     ],
     classifiers=[
         "Programming Language :: Python :: 3",