From f62a7c21bea9200ceb565e6fa446730cafc40324 Mon Sep 17 00:00:00 2001 From: Byron Alexander Tasseff Date: Sun, 22 Jan 2023 10:13:08 -0700 Subject: [PATCH] Correct Interpolations version prior to release. --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index f894f852..31f8b011 100644 --- a/Project.toml +++ b/Project.toml @@ -17,7 +17,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" [compat] HiGHS = "~1" InfrastructureModels = "~0.6, ~0.7" -Interpolations = "~0.12, 0.13, 0.14" +Interpolations = "~0.14" JSON = "~0.18, ~0.19, ~0.20, ~0.21" JuMP = "~0.22, ~0.23, ~1" Memento = "~1"