From e0b124442fc4a20814d413ac432c389ab0b8a566 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 25 Dec 2022 01:24:04 +0000 Subject: [PATCH] CompatHelper: add new compat entry for JuMP at version 1, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index f77d77c..aa51e77 100644 --- a/Project.toml +++ b/Project.toml @@ -11,4 +11,5 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] +JuMP = "1" julia = "1.8.1"