From 1b7e7457417bfd41d383fd693b24d75d8fa09bef Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 12 Jul 2024 00:14:14 +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 d3f32f1..ee8569a 100644 --- a/Project.toml +++ b/Project.toml @@ -17,7 +17,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" [compat] CSV = "0.7, 0.8, 0.9.11, 0.10" DataFrames = "0.21, 0.22, 1.0, 1.1" -Interpolations = "0.12, 0.13, 0.14" +Interpolations = "0.12, 0.13, 0.14, 0.15" NaNMath = "0.3, 1" Query = "1.0" SpecialFunctions = "1.0, 1.1, 2"