Skip to content

Commit 4b6f911

Browse files
authored
Compat with POMDPs 1
1 parent 3deaf60 commit 4b6f911

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "RockSample"
22
uuid = "de008ff0-c357-11e8-3329-7fe746fe836e"
3-
version = "0.2.0"
3+
version = "0.2.1"
44

55
[deps]
66
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
@@ -18,8 +18,8 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
1818
Combinatorics = "1"
1919
Compose = "0.7, 0.8, 0.9"
2020
DiscreteValueIteration = "0.4.4"
21-
POMDPTools = "0.1"
22-
POMDPs = "0.9"
21+
POMDPTools = "0.1, 1"
22+
POMDPs = "0.9, 1"
2323
Parameters = "0.12"
2424
ParticleFilters = "0.5"
2525
StaticArrays = "1"

0 commit comments

Comments
 (0)