From 39b65b231e4bde890dd99e35afcabcb35a26b625 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2020 02:41:36 +0000 Subject: [PATCH] CompatHelper: add new compat entry for "AbstractTrees" at version "0.3" --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 4213b92..e87224c 100644 --- a/Project.toml +++ b/Project.toml @@ -25,6 +25,7 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" [compat] +AbstractTrees = "0.3" BSON = "0.2" Distributions = "0.22, 0.23" FillArrays = "0.8"