diff --git a/C/CompressedBeliefMDPs/Compat.toml b/C/CompressedBeliefMDPs/Compat.toml index 495e8da2a86e987..297f5d7f3e4238b 100644 --- a/C/CompressedBeliefMDPs/Compat.toml +++ b/C/CompressedBeliefMDPs/Compat.toml @@ -6,11 +6,22 @@ LocalApproximationValueIteration = "0.4.3-0.4" LocalFunctionApproximation = "1.1.1-1" MCTS = "0.5.5-0.5" ManifoldLearning = "0.9" -MultivariateStats = "0.9" NearestNeighbors = "0.4" POMDPModels = "0.4.20-0.4" -POMDPTools = "0.1.6-0.1" -POMDPs = "0.9.6-0.9" ParticleFilters = "0.5.6-0.5" StaticArrays = "1.9.3-1" julia = "1" + +["1.0"] +MultivariateStats = "0.9" +POMDPTools = "0.1.6-0.1" +POMDPs = "0.9.6-0.9" + +["1.1-1"] +Distributions = "0.25" +MultivariateStats = "0.9-0.10" +POMDPTools = ["0.1.6-0.1", "1"] +POMDPs = ["0.9.6-0.9", "1"] +Parameters = "0.12" +Plots = "1" +ProgressMeter = "1" diff --git a/C/CompressedBeliefMDPs/Deps.toml b/C/CompressedBeliefMDPs/Deps.toml index 8131ee981ab3116..2b3cb97a30b1f6b 100644 --- a/C/CompressedBeliefMDPs/Deps.toml +++ b/C/CompressedBeliefMDPs/Deps.toml @@ -15,3 +15,9 @@ POMDPs = "a93abf59-7444-517b-a68a-c42f96afdd7d" ParticleFilters = "c8b314e2-9260-5cf8-ae76-3be7461ca6d0" Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" + +["1.1-1"] +Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" +Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a" +Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" +ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca" diff --git a/C/CompressedBeliefMDPs/Versions.toml b/C/CompressedBeliefMDPs/Versions.toml index f9d47cea986172a..7618346d6d26e84 100644 --- a/C/CompressedBeliefMDPs/Versions.toml +++ b/C/CompressedBeliefMDPs/Versions.toml @@ -1,2 +1,5 @@ ["1.0.0"] git-tree-sha1 = "a396a52acf611577e255e68d3946234eb3b7b6d2" + +["1.1.0"] +git-tree-sha1 = "146b9fd5ddcaac6f847b66849d90eef942200b4f"