From 4684896ce7bc3d103367e1aa4a0b72bc0ba99813 Mon Sep 17 00:00:00 2001 From: Phillip Alday Date: Fri, 3 Nov 2023 10:26:57 -0500 Subject: [PATCH] add compat for stdlibs --- Project.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Project.toml b/Project.toml index e3c431f5d..8cbfe509d 100644 --- a/Project.toml +++ b/Project.toml @@ -36,11 +36,15 @@ DataAPI = "1" Distributions = "0.21, 0.22, 0.23, 0.24, 0.25" GLM = "1.8.2" JSON3 = "1" +LinearAlgebra = "1" +Markdown = "1" MixedModelsDatasets = "0.1" NLopt = "0.6, 1" PooledArrays = "0.5, 1" PrecompileTools = "1" ProgressMeter = "1.7" +Random = "1" +SparseArrays = "1" StaticArrays = "0.11, 0.12, 1" Statistics = "1" StatsAPI = "1.5"