From 625a8f0afab8216fbd20843d076629558cf46c77 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 16 May 2025 01:22:14 +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 48980c5..a988dc6 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.16" LaTeXStrings = "1" Optim = "1" Polynomials = "3"