Skip to content

Commit 874e0d9

Browse files
github-actions[bot]CompatHelper Juliadylan-asmar
authored
CompatHelper: bump compat for POMDPs to 1, (keep existing compat) (#32)
* CompatHelper: bump compat for POMDPs to 1, (keep existing compat) * Update compat for POMDPTools and version bump --------- Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org> Co-authored-by: Dylan Asmar <91484811+dylan-asmar@users.noreply.github.com>
1 parent 17825b1 commit 874e0d9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Project.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name = "TabularTDLearning"
22
uuid = "df77095f-98f0-51e5-a706-d0ff5a5ad33f"
33
license = "MIT"
44
repo = "https://github.com/JuliaPOMDP/TabularTDLearning.jl"
5-
version = "0.4.4"
5+
version = "0.4.5"
66

77
[deps]
88
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
@@ -12,8 +12,8 @@ POMDPs = "a93abf59-7444-517b-a68a-c42f96afdd7d"
1212
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1313

1414
[compat]
15-
POMDPLinter = "0.1"
16-
POMDPTools = "0.1"
17-
POMDPs = "0.9"
1815
DataStructures = "0.18"
16+
POMDPLinter = "0.1"
17+
POMDPTools = "0.1, 1"
18+
POMDPs = "0.9, 1"
1919
julia = "1.3"

0 commit comments

Comments
 (0)