Skip to content

Commit

Permalink
Added compat entry for POMDPModels, updated reexport to only v1
Browse files Browse the repository at this point in the history
  • Loading branch information
dylan-asmar committed Jun 14, 2024
1 parent 92add09 commit 30d98fe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"

[compat]
POMDPModels = "0.4"
POMDPTools = "0.1.4, 1"
POMDPXFiles = "0.2.3, 0.3"
POMDPs = "0.9, 1"
Reexport = "0.2, 1"
Reexport = "1"
julia = "1.6"

[extras]
Expand All @@ -24,4 +25,4 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
SHA = "ea8e919c-243c-51af-8825-aaa63cd721ce"

[targets]
test = ["Downloads", "Test", "SHA"]
test = ["Downloads", "Test", "SHA"]

0 comments on commit 30d98fe

Please sign in to comment.