From ee0f4511f07083290e3e7b9b817e7886365ff499 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 19 Jan 2025 01:22:11 +0000 Subject: [PATCH] CompatHelper: bump compat for CoordinateTransformations to 0.6, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index c10e05b..efb2bcd 100644 --- a/Project.toml +++ b/Project.toml @@ -26,7 +26,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" [compat] CUDAdrv = "5, 6" CUDAnative = "2" -CoordinateTransformations = "0.5" +CoordinateTransformations = "0.5, 0.6" CuArrays = "1" ImageCore = "0.8.1" Interpolations = "0.12"