From 743ee6b1c8ffb5561a31bd6015841796fb85e38b Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 30 Mar 2022 01:10:40 +0000 Subject: [PATCH] CompatHelper: bump compat for Interpolations to 0.13, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index eb01a1e..e693e76 100644 --- a/Project.toml +++ b/Project.toml @@ -20,7 +20,7 @@ ViscousFlow = "103da179-b3e4-57c1-99a4-586354eb2c5a" [compat] ColorTypes = "0.10.12" IJulia = "1.23" -Interpolations = "0.12.10" +Interpolations = "0.12.10, 0.13" LaTeXStrings = "1.3.0" PlotUtils = "1.2.0" Plots = "1.26"