From 7fcb471eeed4a6c3f320f9aca79a7eb1a9b55605 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 25 Nov 2023 01:05:55 +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 0a802e9..4b5f54c 100644 --- a/Project.toml +++ b/Project.toml @@ -36,7 +36,7 @@ DataStructures = "0.17, 0.18" DelimitedFiles = "1" EzXML = "0.8, 0.9, 1.1" HTTP = "1" -Interpolations = "0.12, 0.13, 0.14" +Interpolations = "0.12, 0.13, 0.14, 0.15" IterativeSolvers = "0.8, 0.9" Missings = "0.4, 1.0" Mustache = "1"