From 22156b78095fe0767005624c4a7cfab54ac6bc75 Mon Sep 17 00:00:00 2001 From: cake-duke Date: Wed, 24 Dec 2025 14:13:30 +0000 Subject: [PATCH] Bump Interpolations.jl compat to include 0.16 Interpolations 0.16 has breaking changes. The one relevant here would be getindex with integer indices, but the tests pass. https://github.com/JuliaMath/Interpolations.jl/releases/tag/v0.16.0 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index b7c8744..fd59252 100644 --- a/Project.toml +++ b/Project.toml @@ -11,7 +11,7 @@ OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881" [compat] DiskArrays = "0.4.10" -Interpolations = "0.12, 0.13, 0.14, 0.15" +Interpolations = "0.12, 0.13, 0.14, 0.15, 0.16" IterTools = "1" OffsetArrays = "1" julia = "1.9"