Skip to content

Commit

Permalink
pin ultralytics
Browse files Browse the repository at this point in the history
  • Loading branch information
Disty0 authored Dec 5, 2024
1 parent 6846f4e commit 0f714c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/postprocess/yolo.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def enumerate(self):

def dependencies(self):
import installer
installer.install('ultralytics', ignore=True, quiet=True)
installer.install('ultralytics==8.3.40', ignore=True, quiet=True)

def predict(
self,
Expand Down

0 comments on commit 0f714c6

Please sign in to comment.