Skip to content

Commit

Permalink
update to ultralytics 8.0.47 (#59)
Browse files Browse the repository at this point in the history
* Update __init__.py

* Update requirements.txt
  • Loading branch information
fcakyon authored Feb 22, 2023
1 parent 969ecc5 commit 53274a3
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.35,<8.0.36
ultralytics>=8.0.43,<8.0.44
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.27"
__version__ = "0.0.28"

0 comments on commit 53274a3

Please sign in to comment.