From f443841ea76809fbddab4bedaba3e175f793a017 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 22 Sep 2023 10:41:33 +0000 Subject: [PATCH] CompatHelper: add new compat entry for BSON at version 0.3, (keep existing compat) --- Project.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 1a79569..c963c14 100644 --- a/Project.toml +++ b/Project.toml @@ -36,11 +36,12 @@ PyCaesarImagesExt = "Images" PyCaesarRobotOSExt = "RobotOS" [compat] +BSON = "0.3" Caesar = "0.15, 0.16" DistributedFactorGraphs = "0.23" DocStringExtensions = "0.9" -ProgressMeter = "1" JSON3 = "1" +ProgressMeter = "1" PyCall = "1" RobotOS = "0.7" TensorCast = "0.4"