From 500e2fd1f71ca0d3a43714fe32254a9958c61333 Mon Sep 17 00:00:00 2001 From: Art Barnes Date: Thu, 17 Oct 2024 13:12:58 -0600 Subject: [PATCH] add packages to compat --- Project.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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"