From fe36b74c1059e519611fc845ffd99143fa0fb213 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 28 Oct 2023 22:29:29 +0000 Subject: [PATCH] CompatHelper: add new compat entry for Statistics at version 1, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 6caa0bf..bd1b55b 100644 --- a/Project.toml +++ b/Project.toml @@ -31,6 +31,7 @@ CUDA = "3, 4, 5" JSON3 = "1" OrderedCollections = "1" SparseMatricesCSR = "0.6" +Statistics = "1" Tables = "1" Term = "1, 2" XGBoost_jll = "2"