From 5a044e11f25923cd77a7cc7e6adadec25c91cf2c Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 16 Oct 2022 02:12:29 +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 c0bd89d90..8f09f8969 100644 --- a/Project.toml +++ b/Project.toml @@ -10,6 +10,7 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" [compat] ControlSystemsBase = "1" +JuMP = "1" julia = "1.6" [extras]