diff --git a/Project.toml b/Project.toml index 8332129..08c236b 100644 --- a/Project.toml +++ b/Project.toml @@ -23,14 +23,15 @@ PowerModels = "c36e90e8-916a-50a6-bd94-075b64ef4655" SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" +# Ipopt, Juniper, MathOptInterface [compat] CSV = "~0.10" Coverage = "~1.6" DataFrames = "~1.7" FFTW = "~1.8" -# Ipopt = "~1.6.6" -# Juniper = "~0.9.2" -# MathOptInterface = "~1.31.2" +Ipopt = "~1.6" +Juniper = "~0.9" +MathOptInterface = "~1.31" StatsBase = "~0.34" LinearAlgebra = "~1.10, ~1.11" SparseArrays = "~1.10, ~1.11"