From 0c0dc558bc607264ef99356cdd93aecec90cdc0e Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 25 May 2024 01:10:30 +0000 Subject: [PATCH] CompatHelper: add new compat entry for JuMP in [weakdeps] at version 1, (keep existing compat) --- Project.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index d046752..cf11945 100644 --- a/Project.toml +++ b/Project.toml @@ -35,10 +35,11 @@ ExaModelsSpecialFunctions = "SpecialFunctions" AMDGPU = "0.7, 0.8" CUDA = "5" Ipopt = "1.6" +JuMP = "1" KernelAbstractions = "0.9" MadNLP = "0.8" MathOptInterface = "1.19" -NLPModels = "0.18, 0.19, 0.20, 0.21" +NLPModels = "0.18, 0.19, 0.20, 0.21" NLPModelsIpopt = "0.10" SolverCore = "0.3" SpecialFunctions = "2"