ultralytics 8.0.152 bump torch>=1.8.0 (#4299)
This commit is contained in:
parent
6267d6a609
commit
28893d9d2d
23 changed files with 30 additions and 30 deletions
|
|
@ -215,7 +215,7 @@ def check_font(font='Arial.ttf'):
|
|||
return file
|
||||
|
||||
|
||||
def check_python(minimum: str = '3.7.0') -> bool:
|
||||
def check_python(minimum: str = '3.8.0') -> bool:
|
||||
"""
|
||||
Check current python version against the required minimum version.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue