From 4a638df0674d23a4475953326a56fb0bb5090587 Mon Sep 17 00:00:00 2001 From: alecloudenback Date: Wed, 6 Mar 2024 22:23:34 -0600 Subject: [PATCH] update for new Makie version (#174) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 52d923b..b2e3601 100644 --- a/Project.toml +++ b/Project.toml @@ -34,7 +34,7 @@ FinanceCore = "^2.1" IntervalSets = "^0.7" LinearAlgebra = "^1.6" Dates = "^1.6" -MakieCore = "0.6" +MakieCore = "0.7" Optimization = "^3.15" OptimizationMetaheuristics = "^0.1.2" PrecompileTools = "^1.1"