From 6b815057a0e135268689394b3c49ac35f58472b9 Mon Sep 17 00:00:00 2001 From: Jose Daniel Lara Date: Tue, 31 Oct 2023 22:25:28 -0600 Subject: [PATCH] add compat --- Project.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Project.toml b/Project.toml index dc7d4c19..2d68f4bc 100644 --- a/Project.toml +++ b/Project.toml @@ -15,7 +15,9 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" [compat] DataFrames = "1" InfrastructureSystems = "1" +LinearAlgebra = "1" NLsolve = "4" PowerNetworkMatrices = "^0.9" PowerSystems = "^3" +SparseArrays = "1" julia = "^1.6"