From 3aa883649c64f4ef64339ed2fe3632fbb30bc4fb Mon Sep 17 00:00:00 2001 From: Joaquim Dias Garcia Date: Wed, 2 Mar 2022 14:13:25 -0300 Subject: [PATCH] MOI 1.0 and JuMP 0.23 --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 4bc5838d4..a3cdd6810 100644 --- a/Project.toml +++ b/Project.toml @@ -18,9 +18,9 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" BlockDiagonals = "0.1" ChainRulesCore = "1" IterativeSolvers = "0.9" -JuMP = "0.22" +JuMP = "0.23" LazyArrays = "0.21, 0.22" -MathOptInterface = "0.10.8" +MathOptInterface = "1" MathOptSetDistances = "0.1" julia = "1.6"