From 9ec87385c851927e6bdbc172da938d45468c9ee4 Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil <miroslav.kratochvil@uni.lu> Date: Mon, 24 Jan 2022 11:40:33 +0100 Subject: [PATCH] postpone JuMP 0.22 compatibility This would break most of the tutorials and notebooks before Tulip issue #112 is addressed (see https://github.com/ds4dm/Tulip.jl/issues/112). --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index bb840fb6d..57cd638ab 100644 --- a/Project.toml +++ b/Project.toml @@ -23,7 +23,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" [compat] DistributedData = "0.1.4" JSON = "0.21" -JuMP = "0.21, 0.22" +JuMP = "0.21" MAT = "0.10" MacroTools = "0.5.6" OSQP = "0.6" -- GitLab