From b13492da3d7e5aace3adf12ba854da2325c5b657 Mon Sep 17 00:00:00 2001 From: Art Barnes Date: Tue, 15 Oct 2024 11:01:12 -0600 Subject: [PATCH] add julia 1.11 to compat --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 7332ed2..1a07dd4 100644 --- a/Project.toml +++ b/Project.toml @@ -32,8 +32,8 @@ FFTW = "~1.8" # Juniper = "~0.9.2" # MathOptInterface = "~1.31.2" StatsBase = "~0.34" -LinearAlgebra = "~1.10" -SparseArrays = "~1.10" +LinearAlgebra = "~1.11" +SparseArrays = "~1.11" InfrastructureModels = "~0.7" JSON = "~0.21" JuMP = "~1.9"