From 3fcfc4d534d70aeef08de6f705f4ef5801a03d08 Mon Sep 17 00:00:00 2001 From: Dae Woo Kim Date: Fri, 5 Sep 2025 13:02:28 -0500 Subject: [PATCH] Compat Interpolations 0.16 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 41d8383..2eb55ea 100644 --- a/Project.toml +++ b/Project.toml @@ -8,7 +8,7 @@ Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59" OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881" [compat] -Interpolations = "0.11, 0.12, 0.13, 0.14, 0.15" +Interpolations = "0.11, 0.12, 0.13, 0.14, 0.15, 0.16" OffsetArrays = "0.10, 0.11, 1" julia = "1"