From 2501418ca92f80f3b0b062575a0941ffbd9bcaf9 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 1 Jun 2025 23:19:59 +0000 Subject: [PATCH] CompatHelper: bump compat for Interpolations to 0.16, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 42c39c8..d66579f 100644 --- a/Project.toml +++ b/Project.toml @@ -14,8 +14,8 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" [compat] Dates = "1" DelimitedFiles = "1" +Interpolations = "0.13.4, 0.16" LinearAlgebra = "1" Printf = "1" StaticArrays = "0.5, 0.6, 0.7, 0.8, 0.9, 0.10, 0.11, 0.12, 1.0" -Interpolations = "0.13.4" julia = "1.10"