Skip to content

Commit

Permalink
CompatHelper: bump compat for "Distributions" to "0.24"
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 8, 2020
1 parent 37ffeca commit 06b296e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Project.toml
Expand Up @@ -5,19 +5,19 @@ version = "0.1.0"

[deps]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
POMDPs = "a93abf59-7444-517b-a68a-c42f96afdd7d"
POMDPPolicies = "182e52fb-cfd0-5e46-8c26-fd0667c990f4"
POMDPSimulators = "e0d0a172-29c6-5d4e-96d0-f262df5d01fd"
POMDPs = "a93abf59-7444-517b-a68a-c42f96afdd7d"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

[compat]
Distributions = "0.17,0.18,0.19,0.20,0.21,0.22,0.23"
ProgressMeter = "1.3"
Distributions = "0.17,0.18,0.19,0.20,0.21,0.22,0.23, 0.24"
POMDPModels = "0.4"
POMDPPolicies = "0.4"
POMDPSimulators = "0.3.8"
POMDPs = "0.8, 0.9"
ProgressMeter = "1.3"
julia = "1"

[extras]
Expand Down

0 comments on commit 06b296e

Please sign in to comment.