From 7fd3b81a11cf09dec9e33fa9547984346f707210 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 4 Oct 2025 00:42:51 +0000 Subject: [PATCH] CompatHelper: bump compat for JSON to 1, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 57bdea3..a63c8c3 100755 --- a/Project.toml +++ b/Project.toml @@ -58,7 +58,7 @@ DecisionTree = "0.12" DelimitedFiles = "1" Hyperopt = "0.5" IterTools = "1" -JSON = "0.21" +JSON = "0.21, 1" LinearAlgebra = "1" Logging = "1.11" MLJDecisionTreeInterface = "0.4"