diff --git a/Project.toml b/Project.toml index 192eb0f..2ce03c3 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "DeepQLearning" uuid = "de0a67f4-c691-11e8-0034-5fc6e16e22d3" repo = "https://github.com/JuliaPOMDP/DeepQLearning.jl" -version = "0.7.0" +version = "0.7.1" [deps] BSON = "fbb218c0-5317-5bc6-957e-2ee96dd4b1f0" @@ -24,8 +24,8 @@ CommonRLInterface = "0.2, 0.3" EllipsisNotation = "1" Flux = "0.14" POMDPLinter = "0.1" -POMDPTools = "0.1" -POMDPs = "0.9" +POMDPTools = "0.1, 1" +POMDPs = "0.9, 1" Parameters = "0.12" StatsBase = "0.32, 0.33, 0.34" TensorBoardLogger = "0.1"