Skip to content

Commit 26d2902

Browse files
Bump albumentations from 1.3.1 to 1.4.12
Bumps [albumentations](https://github.com/albumentations-team/albumentations) from 1.3.1 to 1.4.12. - [Release notes](https://github.com/albumentations-team/albumentations/releases) - [Commits](albumentations-team/albumentations@1.3.1...1.4.12) --- updated-dependencies: - dependency-name: albumentations dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d9bf33a commit 26d2902

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies = [
4141
# broken due to https://github.com/Lightning-AI/pytorch-lightning/issues/19977
4242
"lightning>=2, <=2.2.5",
4343
# see issue #64
44-
"albumentations<=1.4.10"
44+
"albumentations<=1.4.12"
4545
]
4646

4747
[project.optional-dependencies]

requirements/required.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
torchgeo==0.5.2
22
rioxarray==0.15.0
3-
albumentations==1.3.1
3+
albumentations==1.4.12
44
rasterio==1.3.10
55
torch==2.1.0
66
torchvision==0.16.0

0 commit comments

Comments
 (0)