From 8f0107d34e5c6fbf1cd8a3f3c0eb349c38f8d3ce Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 4 Oct 2024 01:19:20 +0000 Subject: [PATCH] CompatHelper: add new compat entry for Interpolations at version 0.15, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 2c5920d2..5506c0b6 100644 --- a/Project.toml +++ b/Project.toml @@ -40,6 +40,7 @@ CellArrays = "0.2" GeoParams = "0.5, 0.6" HDF5 = "0.17.1" ImplicitGlobalGrid = "0.15" +Interpolations = "0.15" JLD2 = "0.4, 0.5" JustPIC = "0.5" MPI = "0.20"