From 824846c5aeac2106b8266d6d6acef7e109ccc00f Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Thu, 12 Sep 2024 11:38:29 +1200 Subject: [PATCH] Update compat for PowerModels.jl --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index d765aab..270e81a 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -13,7 +13,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" Ipopt = "1" JuMP = "1.2" LinearAlgebra = "<0.0.1, 1.6" -PowerModels = "0.19, 0.20" +PowerModels = "0.19, 0.20, 0.21" Random = "<0.0.1, 1.6" SparseArrays = "<0.0.1, 1.6" SpecialFunctions = "2"