From b7767e9e0dcd156df207e81b2ea1ae3cab16ffaa Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 9 Apr 2024 21:21:20 +0000 Subject: [PATCH] CompatHelper: bump compat for ImageTransformations to 0.10, (drop existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 7303c32f..31b0a919 100644 --- a/Project.toml +++ b/Project.toml @@ -73,7 +73,7 @@ ImageFiltering = "0.7" ImageIO = "0.6" ImageMorphology = "0.3" ImageSegmentation = "1.8" -ImageTransformations = "0.9" +ImageTransformations = "0.10" Images = "0.25" Interpolations = "0.14" JLD2 = "0.4"