forked from ilabcode/ActionModels.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
35 lines (33 loc) · 1.19 KB
/
Project.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
name = "ActionModels"
uuid = "320cf53b-cc3b-4b34-9a10-0ecb113566a3"
authors = ["Peter Thestrup Waade [email protected]", "Anna Hedvig Møller [email protected]", "Jacopo Comoglio [email protected]", "Christoph Mathys [email protected]"]
version = "0.6.6"
[deps]
AxisArrays = "39de3d68-74b9-583c-8d2d-e117c070f3a9"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
MCMCChainsStorage = "51a256e2-afd8-4c38-88d8-a98ba8ad53ca"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
ReverseDiff = "37e2e3b7-166d-5795-8a7a-e32c996b4267"
Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"
[compat]
AxisArrays = "0.4"
DataFrames = "1.6"
Distributed = "1"
Distributions = "0.25"
ForwardDiff = "0.10"
HDF5 = "0.17"
julia = "1.10"
Logging = "1"
MCMCChainsStorage = "0.1"
ProgressMeter = "1"
RecipesBase = "1.3"
Reexport = "1"
ReverseDiff = "1.15"
Turing = "0.34"