Skip to content

Commit

Permalink
Fix yolov5 dependency issue
Browse files Browse the repository at this point in the history
  • Loading branch information
haixuanTao committed May 18, 2023
1 parent dabc674 commit aa6d367
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/python-operator-dataflow/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -43,4 +44,4 @@ thop>=0.1.1 # FLOPs computation
# roboflow

opencv-python>=4.1.1
pyarrow
pyarrow

0 comments on commit aa6d367

Please sign in to comment.