From dbce8f69407784049dcc126da28e0b12f2541189 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 19 Jan 2025 00:39:45 +0000 Subject: [PATCH] CompatHelper: bump compat for Interpolations to 0.15, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 62846d8..c79b277 100644 --- a/Project.toml +++ b/Project.toml @@ -17,7 +17,7 @@ CachedArrays = "0.1.2" CoordinateTransformations = "0.5, 0.6" ImageTransformations = "0.8, 0.9" Images = "0.23, 0.24, 0.25, 0.26" -Interpolations = "0.12, 0.13" +Interpolations = "0.12, 0.13, 0.15" Unitful = "1" julia = "1.1"