From 83195a22348275b567f8c30fa1b84eddafe0f3f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tam=C3=A1s=20Cserteg?= Date: Fri, 21 Nov 2025 15:51:03 +0100 Subject: [PATCH] allow Interpolations up to 0.16 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 03221b9..7d6fecc 100644 --- a/Project.toml +++ b/Project.toml @@ -10,7 +10,7 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" [compat] -Interpolations = "0.9, 0.10, 0.11, 0.12, 0.13" +Interpolations = "0.9, 0.10, 0.11, 0.12, 0.13, 0.14, 0.15, 0.16" IterTools = "1" StaticArrays = "0.12, 1" julia = "1"