Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update minimum Python>=3.7.0 #7247

Merged
merged 1 commit into from
Apr 2, 2022
Merged

Update minimum Python>=3.7.0 #7247

merged 1 commit into from
Apr 2, 2022

Conversation

glenn-jocher
Copy link
Member

@glenn-jocher glenn-jocher commented Apr 2, 2022

πŸ› οΈ PR Summary

Made with ❀️ by Ultralytics Actions

🌟 Summary

Upgraded the minimum required Python version for YOLOv5.

πŸ“Š Key Changes

  • Changed the minimum Python version requirement from 3.6.2 to 3.7.0 in the check_python function within utils/general.py.

🎯 Purpose & Impact

  • Ensures compatibility with newer Python features and potential performance improvements.
  • Users must upgrade to at least Python 3.7.0 to use YOLOv5, which could require changes in their environment setup.
  • πŸš€ May lead to dropping outdated dependencies and taking advantage of newer language features, which could improve the overall quality and efficiency of the codebase.

@glenn-jocher glenn-jocher self-assigned this Apr 2, 2022
@glenn-jocher glenn-jocher merged commit a19406b into master Apr 2, 2022
@glenn-jocher glenn-jocher deleted the update/python branch April 2, 2022 13:05
BjarneKuehl pushed a commit to fhkiel-mlaip/yolov5 that referenced this pull request Aug 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant