Fix Python warning spam (#17162)

pull/17157/head^2
Mohammed Yasin 4 months ago committed by GitHub
parent f6c378835b
commit 98aa4bbd43
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      ultralytics/utils/checks.py

@ -335,7 +335,7 @@ def check_font(font="Arial.ttf"):
return file
def check_python(minimum: str = "3.8.0", hard: bool = True, verbose: bool = True) -> bool:
def check_python(minimum: str = "3.8.0", hard: bool = True, verbose: bool = False) -> bool:
"""
Check current python version against the required minimum version.

Loading…
Cancel
Save