From 18eef1098a3c2b09f677b70a1bb89573eb4c3407 Mon Sep 17 00:00:00 2001 From: Joaquim Dias Garcia Date: Sat, 11 Jan 2025 19:39:02 -0800 Subject: [PATCH] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index a15809f04..bff094bda 100644 --- a/Project.toml +++ b/Project.toml @@ -20,6 +20,6 @@ ChainRulesCore = "1" IterativeSolvers = "0.9" JuMP = "1" LazyArrays = "0.21, 0.22, 1" -MathOptInterface = "1.18" +MathOptInterface = "~1.34" MathOptSetDistances = "0.2.7" julia = "1.6"