From 5fe51fa39cd0a2a74c9ed5ea315e0275d0c1da2f Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 6 Oct 2025 01:20:41 +0000 Subject: [PATCH] CompatHelper: bump compat for ParametricOptInterface to 0.14, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 4c80549..bf6e552 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.14" Statistics = "1" Zygote = "0.6.75, 0.7" julia = "1.10"