From d15e3d6ac397ce7bdff179725a515b849fca4891 Mon Sep 17 00:00:00 2001 From: Guido Kraemer Date: Mon, 6 Nov 2023 09:03:29 +0100 Subject: [PATCH] add upper bound for LinearAlgebra --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index bf666d5..931c255 100644 --- a/Project.toml +++ b/Project.toml @@ -22,6 +22,7 @@ MultivariateStats = "0.7, 0.8, 0.9, 0.10" OnlineStats = "1" OnlineStatsBase = "1" Statistics = "1" +LinearAlgebra = "1" StatsBase = "0.32.1, 0.33, 0.34" julia = "1"