From 9493f37060b9e10f0b1a0f9fe526b8e49c305eeb Mon Sep 17 00:00:00 2001 From: lxvm Date: Wed, 31 Jan 2024 09:45:58 -0500 Subject: [PATCH] add missing compat entry --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 6eccdfca..b0db9219 100644 --- a/Project.toml +++ b/Project.toml @@ -29,6 +29,7 @@ GenericLinearAlgebra = "0.2, 0.3" GeometryBasics = "0.2, 0.3, 0.4" JuMP = "0.23, 1" LinearAlgebra = "1.6" +MathOptInterface = "1" MutableArithmetics = "1" RecipesBase = "0.7, 0.8, 1.0" SparseArrays = "1.6"