From 2ef1642c975ee402c76a42c4cdb6178d6ce780b9 Mon Sep 17 00:00:00 2001 From: Kristoffer Carlsson Date: Fri, 10 Jan 2020 15:55:40 +0100 Subject: [PATCH] tweak syntax for compat entries --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index fa8a174d..721ba0a7 100644 --- a/Project.toml +++ b/Project.toml @@ -13,11 +13,11 @@ PowerModels = "c36e90e8-916a-50a6-bd94-075b64ef4655" [compat] Cbc = "≥ 0.4.0" Ipopt = "≥ 0.4.0" -PowerModels = "~ 0.13.0" +PowerModels = "~0.13.0" SCS = "≥ 0.4.0" julia = "1.1" Memento = "0.12.1" -InfrastructureModels = "~ 0.3.2" +InfrastructureModels = "~0.3.2" JuMP = "0.20.1" [extras]