From 4f29a60bee29fbd2542b8f448243901e7a105350 Mon Sep 17 00:00:00 2001 From: Anton Vlasjuk <73884904+vasqu@users.noreply.github.com> Date: Fri, 27 Sep 2024 10:13:30 +0200 Subject: [PATCH] Update Albumentations Versions (#33704) update albumentations versions --- examples/pytorch/_tests_requirements.txt | 2 +- examples/pytorch/instance-segmentation/requirements.txt | 2 +- examples/pytorch/object-detection/requirements.txt | 2 +- examples/pytorch/semantic-segmentation/requirements.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/pytorch/_tests_requirements.txt b/examples/pytorch/_tests_requirements.txt index 819b49c799..fb86259116 100644 --- a/examples/pytorch/_tests_requirements.txt +++ b/examples/pytorch/_tests_requirements.txt @@ -26,7 +26,7 @@ jiwer librosa evaluate >= 0.2.0 timm -albumentations >= 1.4.5 +albumentations >= 1.4.16 torchmetrics pycocotools Pillow>=10.0.1,<=15.0 diff --git a/examples/pytorch/instance-segmentation/requirements.txt b/examples/pytorch/instance-segmentation/requirements.txt index 2aa0d9bcf0..7772958dee 100644 --- a/examples/pytorch/instance-segmentation/requirements.txt +++ b/examples/pytorch/instance-segmentation/requirements.txt @@ -1,4 +1,4 @@ -albumentations >= 1.4.5 +albumentations >= 1.4.16 timm datasets torchmetrics diff --git a/examples/pytorch/object-detection/requirements.txt b/examples/pytorch/object-detection/requirements.txt index 2aa0d9bcf0..7772958dee 100644 --- a/examples/pytorch/object-detection/requirements.txt +++ b/examples/pytorch/object-detection/requirements.txt @@ -1,4 +1,4 @@ -albumentations >= 1.4.5 +albumentations >= 1.4.16 timm datasets torchmetrics diff --git a/examples/pytorch/semantic-segmentation/requirements.txt b/examples/pytorch/semantic-segmentation/requirements.txt index 7b130d79a6..7d62aa141d 100644 --- a/examples/pytorch/semantic-segmentation/requirements.txt +++ b/examples/pytorch/semantic-segmentation/requirements.txt @@ -3,4 +3,4 @@ torch >= 1.3 accelerate evaluate Pillow -albumentations \ No newline at end of file +albumentations >= 1.4.16