From a9f5eb24ef54dd570a67b7827373c7f4bdb3ef71 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 15 Nov 2024 19:06:08 +0000 Subject: [PATCH] CompatHelper: bump compat for Interpolations to 0.15, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 10cfe1c..314dac6 100644 --- a/Project.toml +++ b/Project.toml @@ -13,7 +13,7 @@ Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0" [compat] CSV = "0.10" DataFrames = "1.4" -Interpolations = "0.14" +Interpolations = "0.14, 0.15" QuadGK = "2.5" Turing = "0.35" julia = "1.8"