From 79b1a243934d0dc4cb541dbd5035413b8502cf42 Mon Sep 17 00:00:00 2001 From: Robert Moss Date: Tue, 17 May 2022 09:53:16 -0700 Subject: [PATCH] Added necessary [compat] entries --- Project.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Project.toml b/Project.toml index 2f168b4..c8217e8 100644 --- a/Project.toml +++ b/Project.toml @@ -19,3 +19,5 @@ test = ["Test", "NBInclude", "Base64"] [compat] julia = "1" +AbstractTrees = "0.3" +JSON = "0.20, 0.21"