From 4355d789187af4e8c8ea5a53c1fcd403daf0f94d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 9 Jul 2023 17:54:54 -0400 Subject: [PATCH] CompatHelper: add new compat entry for Interpolations at version 0.14, (keep existing compat) (#58) Co-authored-by: CompatHelper Julia --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 697d50c..422baf2 100644 --- a/Project.toml +++ b/Project.toml @@ -13,6 +13,7 @@ Requires = "ae029012-a4dd-5104-9daa-d747884805df" [compat] FFTW = "1.4.5, 1.5" ImageGeoms = "0.9, 0.10" +Interpolations = "0.14" LazyGrids = "0.4, 0.5" Requires = "1.3" julia = "1.7"