Update Albumentations requirement to >=1.4.6 (#11667)

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
dependabot[bot] 2024-05-06 09:27:01 +02:00 committed by GitHub
parent 972f615110
commit 2a67dd0a29
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -123,7 +123,7 @@ logging = [
extra = [
"hub-sdk>=0.0.5", # Ultralytics HUB
"ipython", # interactive notebook
"albumentations>=1.0.3,<=1.4.4", # training augmentations
"albumentations>=1.4.6", # training augmentations
"pycocotools>=2.0.7", # COCO mAP
]