From 8e3c47a0582393b6729daba003a036b476dff612 Mon Sep 17 00:00:00 2001 From: "jeremie.desgagne.bouchard" Date: Fri, 10 Nov 2023 00:07:38 -0500 Subject: [PATCH] add Random compat --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 1148da9..8491a76 100644 --- a/Project.toml +++ b/Project.toml @@ -29,6 +29,7 @@ CategoricalArrays = "0.9, 0.10" Distributions = "0.24, 0.25" MLJModelInterface = "0.3, 0.4, 1.0" NetworkLayout = "0.4" +Random = "1" RecipesBase = "1" Statistics = "1" StatsBase = "0.32, 0.33, 0.34"