From 69ada3318aa2529d4f771447efd1bf30b508d18a Mon Sep 17 00:00:00 2001 From: Zachary Sunberg Date: Thu, 21 Jul 2022 18:07:10 -0700 Subject: [PATCH] reexport compat --- Project.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Project.toml b/Project.toml index fef82a4..f67aab5 100644 --- a/Project.toml +++ b/Project.toml @@ -22,6 +22,8 @@ CommonRLInterface = "0.2, 0.3" Distributions = "0.17, 0.18, 0.19, 0.20, 0.21, 0.22, 0.23, 0.24, 0.25" POMDPLinter = "0.1" POMDPs = "0.9" +POMDPTools = "0.1" +Reexport = "1" Tricks = "0.1" UnicodePlots = "1, 2" julia = "1"