From f9d296a087c2eaca723f32c30eb3af89017463d1 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 23 May 2022 17:21:39 +0000 Subject: [PATCH] CompatHelper: bump compat for Compat to 4, (keep existing compat) --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 79e0f57..08a0ca8 100644 --- a/Project.toml +++ b/Project.toml @@ -3,8 +3,8 @@ uuid = "3646fa90-6ef7-5e7e-9f22-8aca16db6324" version = "0.6.4" [deps] -Conda = "8f4d0f93-b110-5947-807f-2305c1781a2d" Compat = "34da2185-b29b-5c13-b0c7-acf172513d20" +Conda = "8f4d0f93-b110-5947-807f-2305c1781a2d" DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b" IterTools = "c8e1da08-722c-5040-9ed9-7db0dc04731e" @@ -20,17 +20,17 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" VersionParsing = "81def892-9a0e-5fdd-b105-ffc91e053289" [compat] -Compat = "2.2, 3" +Compat = "2.2, 3, 4" Conda = "1.5.2" DataFrames = "0.20, 0.21, 0.22, 1" IterTools = "1.2, 1.3" -julia = "1" MacroTools = "0.5" Parameters = "0.12" PyCall = "1.92" ScikitLearnBase = "0.5" StatsBase = "0.33" VersionParsing = "1.2" +julia = "1" [extras] DecisionTree = "7806a523-6efd-50cb-b5f6-3fa6f1930dbb"