Skip to content

Commit c8946a4

Browse files
committed
Update Project
1 parent 6669ff4 commit c8946a4

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

Project.toml

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,25 @@
11
name = "AdvancedMH"
22
uuid = "5b7e9947-ddc0-4b3f-9b55-0d8042f74170"
3-
version = "0.2.0"
3+
version = "0.3.0"
44

55
[deps]
66
AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"
77
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
8-
MCMCChains = "c7f686f2-ff18-58e9-bc7b-31028e88f75d"
98
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
109
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
10+
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
11+
StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
1112
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1213

13-
[extras]
14-
Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"
15-
1614
[compat]
17-
AbstractMCMC = "0.1"
18-
Distributions = "0.21"
19-
MCMCChains = "1, 0.4"
15+
AbstractMCMC = "0"
16+
Distributions = "0.21, 0.22"
2017
Reexport = "0.2"
18+
Requires = "1.0"
19+
StructArrays = "^0"
2120
julia = "1"
21+
22+
[extras]
23+
MCMCChains = "c7f686f2-ff18-58e9-bc7b-31028e88f75d"
24+
StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
25+
Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"

0 commit comments

Comments
 (0)