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 0f714c6 commit f79e85e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1002,7 +1002,7 @@ def install_optional():
install('optimum-quanto', ignore=True)
install('bitsandbytes', ignore=True)
install('pynvml', ignore=True)
install('ultralytics', ignore=True)
install('ultralytics==8.3.40', ignore=True)
install('Cython', ignore=True)
install('insightface', ignore=True) # problematic build
install('nncf==2.7.0', ignore=True, no_deps=True) # requires older pandas
Expand Down

0 comments on commit f79e85e

Please sign in to comment.