Skip to content

Commit

Permalink
update to latest ultralytics (#49)
Browse files Browse the repository at this point in the history
* Update requirements.txt

* Update __init__.py
  • Loading branch information
fcakyon authored Jan 29, 2023
1 parent 1f5ddf0 commit 642e77a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
huggingface_hub>=0.12.0
fire
ultralytics>=8.0.21,<8.0.22
ultralytics>=8.0.23,<8.0.24
sahi>=0.11.11,<0.12.0
pandas
2 changes: 1 addition & 1 deletion ultralyticsplus/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .hf_utils import download_from_hub, push_to_hfhub
from .ultralytics_utils import YOLO, postprocess_classify_output, render_result

__version__ = "0.0.23"
__version__ = "0.0.24"

0 comments on commit 642e77a

Please sign in to comment.