From 56d497eeb853540fcd97c01de01412468a01d000 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 25 Feb 2026 01:57:01 +0000 Subject: [PATCH] CompatHelper: bump compat for ParametricOptInterface to 0.15, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index aecbf7df..7edfef71 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "DiffOpt" uuid = "930fe3bc-9c6b-11ea-2d94-6184641e85e7" -authors = ["Akshay Sharma", "Mathieu Besançon", "Joaquim Dias Garcia", "Benoît Legat", "Oscar Dowson", "Andrew Rosemberg"] version = "0.5.5" +authors = ["Akshay Sharma", "Mathieu Besançon", "Joaquim Dias Garcia", "Benoît Legat", "Oscar Dowson", "Andrew Rosemberg"] [deps] BlockDiagonals = "0a1fb500-61f7-11e9-3c65-f5ef3456f9f0" @@ -23,5 +23,5 @@ JuMP = "1" LazyArrays = "1, 2" MathOptInterface = "1.18" MathOptSetDistances = "0.2.9" -ParametricOptInterface = "0.14.1" +ParametricOptInterface = "0.14.1, 0.15" julia = "1.6"