-
-
Notifications
You must be signed in to change notification settings - Fork 2
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 pyproject.toml #36
Conversation
👋 Hello @glenn-jocher, thank you for submitting a PR to the
For additional guidance, please see our Contributing Guide. Feel free to comment here if you have any questions or need further assistance. Thanks for your contribution and welcome aboard the Ultralytics team! 🚀💪 |
🛠️ PR Summary
Made with ❤️ by Ultralytics Actions
🌟 Summary
This PR introduces continuous integration (CI) to ensure code quality and updates various project configurations and documentation.
📊 Key Changes
setuptools
version requirement from>=43.0.0
to>=70.0.0
.add_numbers
to support tensor addition and added amain
function for execution.add_numbers
to include both positive and negative cases.example-cli-command
.🎯 Purpose & Impact