Skip to content

Commit ce85338

Browse files
chore(deps): update albumentations requirement from >=1.3.0 to >=2.0.8 (#73)
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@1.3.0...2.0.8) --- updated-dependencies: - dependency-name: albumentations dependency-version: 2.0.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d17381f commit ce85338

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements-install.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pyproj>=3.4.0
1313
# Computer Vision
1414
opencv-python>=4.5.0
1515
pillow>=9.0.0
16-
albumentations>=1.3.0
16+
albumentations>=2.0.8
1717

1818
# Visualization
1919
matplotlib>=3.5.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ fiona>=1.9.0
1515
# Computer Vision
1616
opencv-python>=4.5.0
1717
pillow>=9.0.0
18-
albumentations>=1.3.0
18+
albumentations>=2.0.8
1919

2020
# Visualization
2121
matplotlib>=3.5.0

0 commit comments

Comments
 (0)