From 00e2a1d799a6f4136b681a447dbe95dacfdda58b Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 5 Apr 2025 01:19:43 +0000 Subject: [PATCH] CompatHelper: bump compat for ParametricOptInterface to 0.11, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 06d611e..1ccba58 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.11" Statistics = "1" Zygote = "0.6.75, 0.7" julia = "1.10"