From 15e87eb683f5e8a0d609c2846ead8ac5608791d0 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 20 Aug 2025 01:23:25 +0000 Subject: [PATCH] CompatHelper: bump compat for ParametricOptInterface to 0.12, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 4c80549..216f3e6 100644 --- a/Project.toml +++ b/Project.toml @@ -25,7 +25,7 @@ JuMP = "1.24" MPI = "0.20.22" Optim = "1.11" Optimisers = "0.4.5" -ParametricOptInterface = "0.9.0, 0.10" +ParametricOptInterface = "0.9.0, 0.10, 0.12" Statistics = "1" Zygote = "0.6.75, 0.7" julia = "1.10"