From 293649c27648075644fbe8bf1a5b84e3680f5227 Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Sun, 27 Mar 2022 15:55:25 +1300 Subject: [PATCH] Bump compat to JuMP 1.0 --- Project.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index e674395..8967c2d 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "PiecewiseLinearOpt" uuid = "0f51c51e-adfa-5141-8a04-d40246b8977c" repo = "https://github.com/joehuchette/PiecewiseLinearOpt.jl.git" -version = "0.4.1" +version = "0.4.2" [deps] JuMP = "4076af6c-e467-56ae-b986-b466b2749572" @@ -10,7 +10,8 @@ MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee" Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" [compat] -JuMP = "0.23" +Cbc = "1" +JuMP = "0.23, 1" MathOptInterface = "1" julia = "1.6"