Skip to content

Commit 1f7251e

Browse files
CompatHelper: bump compat for "AbstractMCMC" to "3.1" (#25)
* CompatHelper: bump compat for "AbstractMCMC" to "3.1" * Update Project.toml * Update test dependencies * Update Project.toml Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: David Widmann <[email protected]>
1 parent f05c279 commit 1f7251e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "AdvancedPS"
22
uuid = "576499cb-2369-40b2-a588-c64705576edc"
33
authors = ["TuringLang"]
4-
version = "0.2.1"
4+
version = "0.2.2"
55

66
[deps]
77
AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"
@@ -11,7 +11,7 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1111
StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
1212

1313
[compat]
14-
AbstractMCMC = "2"
14+
AbstractMCMC = "2, 3"
1515
Distributions = "0.23, 0.24, 0.25"
1616
Libtask = "0.5"
1717
StatsFuns = "0.9"

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
66
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
77

88
[compat]
9-
AbstractMCMC = "2"
9+
AbstractMCMC = "2, 3"
1010
Distributions = "0.24, 0.25"
1111
Libtask = "0.5"
1212
julia = "1.3"

0 commit comments

Comments
 (0)