From c49720c9f358458fa8649331725bb19f5ad8eae2 Mon Sep 17 00:00:00 2001 From: Alec Loudenback Date: Wed, 10 Apr 2024 22:16:22 -0500 Subject: [PATCH] fix compat --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 4679c99..c77da6c 100644 --- a/Project.toml +++ b/Project.toml @@ -33,7 +33,7 @@ DataInterpolations = "^4.7.1" Dates = "^1.6" FinanceCore = "^2.1" IntervalSets = "^0.7" -LinearAlgebra = "^1.6" +LinearAlgebra = "1" MakieCore = "0.7" Optimization = "^3.15" OptimizationMetaheuristics = "^0.1.2, 0.2"