From 7bc73224187a7874f8a13778dacdbabff4459edf Mon Sep 17 00:00:00 2001 From: Art Barnes Date: Tue, 15 Oct 2024 09:54:07 -0600 Subject: [PATCH] add compat for base packages --- Project.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Project.toml b/Project.toml index b68eb04..1fe9bb1 100644 --- a/Project.toml +++ b/Project.toml @@ -24,6 +24,16 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" [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" +StatsBase = "~0.34" +LinearAlgebra = "~1.10" +SparseArrays = "~1.10" InfrastructureModels = "~0.7" JSON = "~0.21" JuMP = "~1.9"