Browse Source

Add gdown, onnxruntime, scikit-image to install_requires

Kentaro Wada 2 năm trước cách đây
mục cha
commit
29f85bfa1e
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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",
     ]