From e535259cdf4448f7967387b9da027ab15bdf4c0a Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 29 Jul 2023 00:05:56 +0000 Subject: [PATCH] CompatHelper: bump compat for LinDistFlow to 0.5, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 2365fef8b..93977cfb7 100644 --- a/Project.toml +++ b/Project.toml @@ -25,14 +25,14 @@ TestEnv = "1e6cf692-eddd-4d53-88a5-2d735e33781b" [compat] ArchGDAL = "0.8, 0.9" -CoolProp = "0.1" CSV = "0.10" +CoolProp = "0.1" DataFrames = "1.4" HTTP = "0.8, 0.9, 1" JLD = "0.13" JSON = "0.21" JuMP = "0.21, 0.22, 0.23, 1" -LinDistFlow = "0.1, 0.2" +LinDistFlow = "0.1, 0.2, 0.5" MathOptInterface = "0.9, 0.10, 1" Requires = "1.3" Roots = "1.3, 2"