Skip to content

Conversation

@glenn-jocher
Copy link
Member

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

Remove keras==2.6.0 patch

πŸ› οΈ PR Summary

Made with ❀️ by Ultralytics Actions

🌟 Summary

Improvement of CI testing workflow by refining dependency installation steps.

πŸ“Š Key Changes

  • Unified pip install commands into a single line for installing required packages and extra libraries.
  • Removed the explicit keras version installation, now relying on versions specified in requirements.txt.

🎯 Purpose & Impact

  • Simplification: Consolidates installation steps to make the CI configuration cleaner and possibly slightly faster.
  • Maintenance: Reduces the need to update the CI config when the keras version changes, as dependencies are managed directly within requirements.txt.
  • Reliability: Enhanced consistency in CI tests can lead to more reproducible testing environments and fewer integration issues.

These adjustments ensure the CI process is more streamlined and maintainable, which can lead to a smoother development process and quicker identification of potential issues for contributors and maintainers of the repository.

Remove keras==2.6.0 patch
@glenn-jocher glenn-jocher self-assigned this Apr 10, 2022
@glenn-jocher glenn-jocher merged commit 8c420c4 into master Apr 10, 2022
@glenn-jocher glenn-jocher deleted the update/ci branch April 10, 2022 13:17
BjarneKuehl pushed a commit to fhkiel-mlaip/yolov5 that referenced this pull request Aug 26, 2022
Remove keras==2.6.0 patch
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.

2 participants