Skip to content

build(deps): update albumentations requirement from <=1.3.1 to <=2.0.2 in /requirements#281

Closed
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/pip/requirements/dev/albumentations-lte-2.0.2
Closed

build(deps): update albumentations requirement from <=1.3.1 to <=2.0.2 in /requirements#281
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/pip/requirements/dev/albumentations-lte-2.0.2

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 1, 2025

Updates the requirements on albumentations to permit the latest version.

Release notes

Sourced from albumentations's releases.

Albumentations 2.0.2 Release Notes

  • Support Our Work
  • Core
  • Bug fixes and speedups

Support Our Work

  1. Help Us Grow - If you find value in Albumentations, consider becoming a sponsor. Every contribution, no matter the size, helps us maintain and improve the library for everyone.
  2. Show Your Support - If you enjoy using Albumentations, consider giving us a ⭐ on GitHub. It helps others discover the library and motivates our team.
  3. Join Our Community - Have suggestions or ran into issues? We welcome your input! Share your experience in our GitHub issues or connect with us on Discord.

Core

Added parameter max_accept_ratio to BBoxParams

max_accept_ratio (float | None): Maximum allowed aspect ratio for bounding boxes. 
    The aspect ratio is calculated as max(width/height, height/width), so it's always >= 1. 
    Boxes with aspect ratio greater than this value will be filtered out. 
    For example, if `max_accept_ratio=3.0`, boxes with width:height or height:width ratios
    greater than 3:1 will be removed. Set to None to disable aspect ratio filtering. Default: None.

Bugfixes and Speedups

  • Bugfix in clip=True in BboxParams, was clipping not only boxes, but class labels if passed as numpy array
  • BugFix in keypoints in all distortions: Elastic, Optical, Grid, ThinPlateSpline,
  • Speedup in PlasmaShadow, PlasmaBrightnessContrast, ChannelShuffle
Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Updates the requirements on [albumentations](https://github.com/albumentations-team/albumentations) to permit the latest version.
- [Release notes](https://github.com/albumentations-team/albumentations/releases)
- [Commits](albumentations-team/albumentations@v0.1.1...2.0.2)

---
updated-dependencies:
- dependency-name: albumentations
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 1, 2025

The following labels could not be found: pip dependencies.

@MatthewJeffson MatthewJeffson added ModelAssistant Label for ModelAssistant Pull request Label for pull requests UAY Unassigned yet labels Feb 2, 2025
@baorepo baorepo closed this Feb 5, 2025
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 5, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/pip/requirements/dev/albumentations-lte-2.0.2 branch February 5, 2025 00:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ModelAssistant Label for ModelAssistant Pull request Label for pull requests UAY Unassigned yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants