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 check_python(minimum=3.6.2) #3548

Merged
merged 1 commit into from
Jun 9, 2021
Merged

Conversation

glenn-jocher
Copy link
Member

@glenn-jocher glenn-jocher commented Jun 9, 2021

In looking at the torch package they have a minimum of 3.6.2, we should probably stick to that, which I think will keep the R Pi people happy who run on 3.6.9.
https://pypi.org/project/torch/

πŸ› οΈ PR Summary

Made with ❀️ by Ultralytics Actions

🌟 Summary

Updated the minimum required Python version for compatibility.

πŸ“Š Key Changes

  • The minimum Python version check has been lowered from 3.7.0 to 3.6.2.

🎯 Purpose & Impact

  • Purpose: This change makes the software accessible to users who are running slightly older Python versions.
  • Impact: Expands the user base by allowing installation on systems with Python 3.6.2+, while previously systems needed 3.7.0+. This can be particularly beneficial for those on environments with restrictions on software updates.πŸ”„

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.

torchhub load model python version restriction
1 participant