From 8930f566cb47e906c525368b078e27d933fedf2c Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 4 Jun 2025 00:33:07 +0000 Subject: [PATCH] CompatHelper: bump compat for JSOSolvers 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 8f6b8db..e4179e9 100644 --- a/Project.toml +++ b/Project.toml @@ -26,7 +26,7 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" [compat] ADNLPModels = "0.4, 0.5, 0.6, 0.7, 0.8" DataFrames = "1" -JSOSolvers = "0.10, 0.11, 0.12, 0.13" +JSOSolvers = "0.10, 0.11, 0.12, 0.13, 0.14" JuMP = "1" LLSModels = "0.3.6, 0.4.0" LinearOperators = "2"