From bc399c5c2081e7b778edd1babcb4ada2254ea7b9 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 11 May 2025 21:09:43 +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 48980c5..af796b0 100644 --- a/Project.toml +++ b/Project.toml @@ -22,7 +22,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" BlackBoxOptim = "0.6" Colors = "0.12" HDF5 = "0.16" -Interpolations = "0.13" +Interpolations = "0.13, 0.15" LaTeXStrings = "1" Optim = "1" Polynomials = "3"