Skip to content

Update ultralytics requirement from >=8.4.65 to >=8.4.83#2437

Merged
glenn-jocher merged 2 commits into
masterfrom
dependabot/pip/ultralytics-gte-8.4.83
Jul 1, 2026
Merged

Update ultralytics requirement from >=8.4.65 to >=8.4.83#2437
glenn-jocher merged 2 commits into
masterfrom
dependabot/pip/ultralytics-gte-8.4.83

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on ultralytics to permit the latest version.

Commits
  • 1934d8a New Google LiteRT export replaces legacy TFLite and TF.js (#22870)
  • 07ce2f4 Guard fuse_deconv_and_bn against non-BatchNorm bn (#24991)
  • 215fb95 Add tracker state guidance to tracking docs (#24984)
  • 8261671 Add C++ inference guidance to export docs (#24982)
  • b760aab Reject box-only labels for segment datasets (#24992)
  • f99ad4a Shut down stale DataLoader workers on reset (#24989)
  • 0598bae Pre-scale attention query to prevent fp16 overflow (#24990)
  • ef8baf9 Reduce segmentation mask memory and speed (chunked upsample + separable crop_...
  • b01b67a Fix sticky-NaN EMA checkpoint loss and legacy safe-load rejection (#24986)
  • f257bc1 Fix MultiTrainer memory retention (#24977)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🛠️ PR Summary

Made with ❤️ by Ultralytics Actions

🌟 Summary

Updates the Ultralytics dependency version and cleans up docstring formatting across YOLOv3 codebase 🧹

📊 Key Changes

  • Bumped the required ultralytics package version from >=8.4.65 to >=8.4.83 in both pyproject.toml and requirements.txt 📦
  • Standardized multiple docstrings by converting multi-line one-sentence descriptions into single-line format ✍️
  • Documentation cleanup spans model components, activations, augmentations, dataloaders, utilities, loss functions, Torch helpers, and Triton integration 🛠️
  • No functional model, training, inference, or API logic changes are introduced ✅

🎯 Purpose & Impact

  • Ensures YOLOv3 uses a newer Ultralytics package with the latest fixes, utilities, and compatibility improvements 🚀
  • Improves code readability and consistency for developers and contributors 👩‍💻
  • Reduces minor formatting noise in documentation without changing runtime behavior 🔍
  • Users should see no change in workflows, outputs, or performance, aside from benefits provided by the updated dependency ⚡

Updates the requirements on [ultralytics](https://github.com/ultralytics/ultralytics) to permit the latest version.
- [Release notes](https://github.com/ultralytics/ultralytics/releases)
- [Commits](ultralytics/ultralytics@v8.4.65...v8.4.83)

---
updated-dependencies:
- dependency-name: ultralytics
  dependency-version: 8.4.83
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Dependencies and packages label Jul 1, 2026
@glenn-jocher glenn-jocher merged commit 583867a into master Jul 1, 2026
4 checks passed
@glenn-jocher glenn-jocher deleted the dependabot/pip/ultralytics-gte-8.4.83 branch July 1, 2026 19:53
@UltralyticsAssistant

Copy link
Copy Markdown
Member

Merged — thank you @dependabot[bot]! 🚀

“Great things are done by a series of small things brought together.” — Vincent van Gogh

This PR is a great example of that: a dependency bump to ultralytics>=8.4.83 plus thoughtful docstring cleanup across the YOLOv3 codebase keeps the project healthier, more consistent, and easier for contributors to navigate. No runtime behavior changes, just stronger foundations and cleaner documentation for everyone building with Ultralytics. 🙌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependencies and packages

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants