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>
pull/11653/head
dependabot[bot] 7 months ago committed by GitHub
parent 972f615110
commit 2a67dd0a29
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      docker/Dockerfile
  2. 2
      pyproject.toml

@ -30,7 +30,7 @@ ADD https://github.com/ultralytics/assets/releases/download/v8.2.0/yolov8n.pt /u
# Install pip packages # Install pip packages
RUN python3 -m pip install --upgrade pip wheel RUN python3 -m pip install --upgrade pip wheel
RUN pip install --no-cache -e ".[export]" "albumentations<=1.4.4" comet pycocotools RUN pip install --no-cache -e ".[export]" "albumentations>=1.4.6" comet pycocotools
# Run exports to AutoInstall packages # Run exports to AutoInstall packages
# Edge TPU export fails the first time so is run twice here # Edge TPU export fails the first time so is run twice here

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

Loading…
Cancel
Save