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_requirements(args, cmds='') #9355

Merged
merged 2 commits into from
Sep 10, 2022
Merged

Update check_requirements(args, cmds='') #9355

merged 2 commits into from
Sep 10, 2022

Conversation

glenn-jocher
Copy link
Member

@glenn-jocher glenn-jocher commented Sep 10, 2022

πŸ› οΈ PR Summary

Made with ❀️ by Ultralytics Actions

🌟 Summary

Updates to dependency management and installation in the YOLOv5 codebase.

πŸ“Š Key Changes

  • Adjusted the check_requirements function in utils/general.py to handle input types more robustly.
  • Standardized argument cmds within check_requirements and export_engine functions to be a string instead of a tuple.
  • Modified path handling to ensure requirement files are correctly resolved.

🎯 Purpose & Impact

  • Ensure smoother installation and setup experience for YOLOv5 users by improving dependency checks and updates. πŸ› οΈ
  • Potential reduction in installation errors and confusion, leading to a more user-friendly experience when setting up YOLOv5. πŸš€
  • Minor improvements to code maintainability and readability, which benefits developers working on the project. πŸ‘¨β€πŸ’»πŸ‘©β€πŸ’»

@glenn-jocher glenn-jocher self-assigned this Sep 10, 2022
@glenn-jocher glenn-jocher merged commit e9ddc5b into master Sep 10, 2022
@glenn-jocher glenn-jocher deleted the update/cmds branch September 10, 2022 09:00
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