소스 검색

Add gdown, onnxruntime, scikit-image to install_requires

Kentaro Wada 2 년 전
부모
커밋
29f85bfa1e
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      setup.py

+ 3 - 0
setup.py

@@ -23,13 +23,16 @@ def get_version():
 
 def get_install_requires():
     install_requires = [
+        "gdown",
         "imgviz>=0.11",
         "matplotlib",
         "natsort>=7.1.0",
         "numpy",
+        "onnxruntime",
         "Pillow>=2.8",
         "PyYAML",
         "qtpy!=1.11.2",
+        "scikit-image",
         "termcolor",
     ]