From f24b0676acec58490244c28046b8aea9e7a4487c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Fri, 25 Feb 2022 14:41:27 -0500 Subject: [PATCH 1/2] Update to JuMP v0.23 and MA v1 --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index d9c6e7eb..ffa83051 100644 --- a/Project.toml +++ b/Project.toml @@ -16,8 +16,8 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" [compat] GenericLinearAlgebra = "0.2" GeometryBasics = "0.2, 0.3, 0.4" -JuMP = "0.22" -MutableArithmetics = "0.3" +JuMP = "0.23" +MutableArithmetics = "1" RecipesBase = "0.7, 0.8, 1.0" StaticArrays = "0.12, 1.0" julia = "1" From 7e0862967b601b8260cf07f17fa5ce0f316eb8ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Fri, 25 Feb 2022 14:48:44 -0500 Subject: [PATCH 2/2] Fix doc --- docs/Project.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/Project.toml b/docs/Project.toml index a25770db..9b963154 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -8,4 +8,3 @@ Polyhedra = "67491407-f73d-577b-9b50-8179a7c68029" [compat] Documenter = "0.26" -JuMP = "0.22"