Skip to content

Commit 2003d28

Browse files
CompatHelper: bump compat for "AbstractMCMC" to "3.0"
1 parent 570e780 commit 2003d28

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
99
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
1010

1111
[compat]
12-
AbstractMCMC = "2"
12+
AbstractMCMC = "2, 3.0"
1313
Distributions = "0.20, 0.21, 0.22, 0.23, 0.24"
1414
Requires = "1"
1515
julia = "1"
1616

1717
[extras]
18+
DiffResults = "163ba53b-c6d8-5494-b064-1a9d43ac40c5"
19+
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
1820
MCMCChains = "c7f686f2-ff18-58e9-bc7b-31028e88f75d"
1921
StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
2022
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
21-
DiffResults = "163ba53b-c6d8-5494-b064-1a9d43ac40c5"
22-
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
2323

2424
[targets]
2525
test = ["StructArrays", "MCMCChains", "Test", "ForwardDiff", "DiffResults"]

0 commit comments

Comments
 (0)