From 8e659ef33708d08fb0d2d78300e01ede55b38319 Mon Sep 17 00:00:00 2001 From: Jun Tian Date: Sat, 2 Nov 2019 16:45:53 +0800 Subject: [PATCH] add upper bound for dependencies --- Project.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Project.toml b/Project.toml index 9ef459d..a246ee2 100644 --- a/Project.toml +++ b/Project.toml @@ -27,3 +27,10 @@ test = ["Test", "ArcadeLearningEnvironment", "ViZDoom", "PyCall", "Hanabi"] [compat] julia = "1" +Distributions <= "1" +GR <= "1" +POMDPModels <= "1" +POMDPs <= "1" +Reexport <= "1" +Requires <= "1" +StatsBase <= "1"