Browse Source

Merge pull request #291 from dora-rs/fix-yolov5-dependency-issue

Fix yolov5 dependency issue
tags/v0.2.3
Haixuan Xavier Tao GitHub 3 years ago
parent
commit
2744799637
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions
  1. +1
    -0
      examples/python-dataflow/requirements.txt
  2. +2
    -1
      examples/python-operator-dataflow/requirements.txt

+ 1
- 0
examples/python-dataflow/requirements.txt View File

@@ -2,6 +2,7 @@
# Usage: pip install -r requirements.txt

# Base ----------------------------------------
ultralytics
gitpython
ipython # interactive notebook
matplotlib>=3.2.2


+ 2
- 1
examples/python-operator-dataflow/requirements.txt View File

@@ -2,6 +2,7 @@
# Usage: pip install -r requirements.txt

# Base ----------------------------------------
ultralytics
matplotlib>=3.2.2
numpy>=1.18.5
opencv-python>=4.1.1
@@ -43,4 +44,4 @@ thop>=0.1.1 # FLOPs computation
# roboflow

opencv-python>=4.1.1
pyarrow
pyarrow

Loading…
Cancel
Save