From 679d39b26ba1688b6f1321b8c81025e4df8ce48c Mon Sep 17 00:00:00 2001 From: Art Barnes Date: Tue, 15 Oct 2024 11:28:46 -0600 Subject: [PATCH] add 1.10 stdlibs to compat --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 1a07dd4..0e30c1f 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.11" -SparseArrays = "~1.11" +LinearAlgebra = "~1.10, ~1.11" +SparseArrays = "~1.10, ~1.11" InfrastructureModels = "~0.7" JSON = "~0.21" JuMP = "~1.9"