From 10af59cc00b10f9fe84ae31004481fb1886c47cc Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 18 Feb 2022 00:08:49 +0000 Subject: [PATCH] CompatHelper: bump compat for MathOptInterface to 1, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index a3b3f26b..67500a44 100644 --- a/Project.toml +++ b/Project.toml @@ -27,8 +27,8 @@ AMD = "^0.4.0" COSMOAccelerators = "^0.1.0" DataStructures = "^0.17.0, ^0.18.0" IterTools = "^1" +MathOptInterface = "~0.10.7, 1" QDLDL = "~0.1.5" -MathOptInterface = "~0.10.7" Reexport = "0.2, ^1" Requires = "^1" UnsafeArrays = "0.3, 1"