From f72951e46b09fb9a954928b2e5c1003b28884890 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 24 Mar 2026 01:53:27 +0000 Subject: [PATCH] CompatHelper: bump compat for ParametricOptInterface to 0.15, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 0ad10ab1..c649fd0f 100644 --- a/Project.toml +++ b/Project.toml @@ -23,5 +23,5 @@ JuMP = "1" LazyArrays = "1, 2" MathOptInterface = "1.18" MathOptSetDistances = "0.2.9" -ParametricOptInterface = "=0.15.1" +ParametricOptInterface = "=0.15.1, 0.15" julia = "1.6"