From d391cbfd5a4a00254ce366b4059627280e58b6f2 Mon Sep 17 00:00:00 2001 From: Oliver Dunbar <47412152+odunbar@users.noreply.github.com> Date: Wed, 1 Nov 2023 12:51:07 -0700 Subject: [PATCH] Update [compat] with new requirements --- Project.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 2e7fa7665..2dd2901e6 100644 --- a/Project.toml +++ b/Project.toml @@ -40,7 +40,9 @@ ScikitLearn = "0.6, 0.7" StableRNGs = "1" Statistics = "1" StatsBase = "0.33, 0.34" -julia = "1.6, 1.7, 1.8" +Printf = "1" +Random = "1" +julia = "1.6, 1.7, 1.8, 1.9" [extras] Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"