From e49cee7c476a95274dc2c631939da61e3974eb16 Mon Sep 17 00:00:00 2001 From: joaquimg Date: Mon, 23 Mar 2026 17:18:57 -0300 Subject: [PATCH 1/2] v0.5.6 --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 89dca35e..f74e6be8 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "DiffOpt" uuid = "930fe3bc-9c6b-11ea-2d94-6184641e85e7" -version = "0.5.5" +version = "0.5.6" authors = ["Akshay Sharma", "Mathieu Besançon", "Joaquim Dias Garcia", "Benoît Legat", "Oscar Dowson", "Andrew Rosemberg"] [deps] @@ -23,5 +23,5 @@ JuMP = "1" LazyArrays = "1, 2" MathOptInterface = "1.18" MathOptSetDistances = "0.2.9" -ParametricOptInterface = "0.15.1" +ParametricOptInterface = "0.15.2" julia = "1.6" From 41ff7e0348910afd7c0db65c9dbd320202a2a2eb Mon Sep 17 00:00:00 2001 From: joaquimg Date: Mon, 23 Mar 2026 17:31:22 -0300 Subject: [PATCH 2/2] limit POI --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index f74e6be8..0ad10ab1 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.2" +ParametricOptInterface = "=0.15.1" julia = "1.6"