mirror of
https://github.com/ultralytics/yolov5.git
synced 2025-06-03 14:49:29 +08:00
Update minimum Python>=3.7.0 (#7247)
This commit is contained in:
parent
37675e110f
commit
a19406b39d
@ -295,7 +295,7 @@ def check_git_status():
|
|||||||
LOGGER.info(emojis(s)) # emoji-safe
|
LOGGER.info(emojis(s)) # emoji-safe
|
||||||
|
|
||||||
|
|
||||||
def check_python(minimum='3.6.2'):
|
def check_python(minimum='3.7.0'):
|
||||||
# Check current python version vs. required python version
|
# Check current python version vs. required python version
|
||||||
check_version(platform.python_version(), minimum, name='Python ', hard=True)
|
check_version(platform.python_version(), minimum, name='Python ', hard=True)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user