Skip to content

Commit

Permalink
Updated compat for POMDPtools and julia to LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
dylan-asmar authored Jun 14, 2024
1 parent 045ae19 commit a0b2fd0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name = "FiniteHorizonPOMDPs"
uuid = "8a13bbfe-798e-11e9-2f1c-eba9ee5ef093"
authors = ["Tomas Omasta <omastto1@fel.cvut.cz> and contributors"]
version = "0.4.0"
version = "0.4.1"

[deps]
POMDPTools = "7588e00f-9cae-40de-98dc-e0c70c48cdd7"
POMDPs = "a93abf59-7444-517b-a68a-c42f96afdd7d"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

[compat]
POMDPTools = "0.1"
POMDPTools = "0.1, 1"
POMDPs = "0.9, 1"
julia = "1.5"
julia = "1.6"

0 comments on commit a0b2fd0

Please sign in to comment.