Skip to content

Commit

Permalink
Add yolov5 alias for yolo (#1111)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoin committed Jul 19, 2023
1 parent 23178bc commit 550aeaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ def _setup_extras() -> Dict:
"onnxruntime": _onnxruntime_deps,
"image_classification": _image_classification_deps,
"yolo": _yolo_integration_deps,
"yolov5": _yolo_integration_deps,
"haystack": _haystack_integration_deps,
"openpifpaf": _openpifpaf_integration_deps,
"yolov8": _yolov8_integration_deps,
Expand Down

0 comments on commit 550aeaa

Please sign in to comment.