From e3293dc70d01dcc0c668a387b1f1b4c178386695 Mon Sep 17 00:00:00 2001 From: "Anthony D. Blaom" Date: Tue, 26 Sep 2023 12:16:45 +1300 Subject: [PATCH] add compat for julia --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 51ebad8..0540983 100644 --- a/Project.toml +++ b/Project.toml @@ -22,6 +22,7 @@ MLJBase = "1" ProgressMeter = "1.7.1" RecipesBase = "0.8,0.9,1" StatisticalMeasuresBase = "0.1.1" +julia = "1.6" [extras] CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"