-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathProject.toml
More file actions
78 lines (76 loc) · 2.75 KB
/
Copy pathProject.toml
File metadata and controls
78 lines (76 loc) · 2.75 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
name = "ProbabilisticEnsembling"
uuid = "dab4be3b-02fa-4a9b-b857-091df78264db"
authors = ["Mykola Lukashchuk <m.lukashchuk@tue.nl>", "Kyrylo Yemets <kyrylo.v.yemets@lpnu.ua>"]
version = "0.0.1"
[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
BSON = "fbb218c0-5317-5bc6-957e-2ee96dd4b1f0"
BayesBase = "b4ee3484-f114-42fe-b91c-797d54a0c67e"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
ClosedFormExpectations = "70ff922c-62d4-418d-abfc-e284e489b734"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Enzyme = "7da242da-08ed-463a-9acd-ee780be4f1d9"
ExponentialFamily = "62312e5e-252a-4322-ace9-a5f4bf9b357b"
ExponentialFamilyManifolds = "5c9727c4-3b82-4ab3-b165-76e2eb971b08"
ExponentialFamilyProjection = "17f509fa-9a96-44ba-99b2-1c5f01f0931b"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
KernelDensity = "5ab0869b-81aa-558d-bb23-cbf5423bbe9b"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LowRankMatrices = "e65ccdef-c354-471a-8090-89bec1c20ec3"
Lux = "b2108857-7c20-44ae-9111-449ecde12c47"
MCMCChains = "c7f686f2-ff18-58e9-bc7b-31028e88f75d"
MLUtils = "f1d291b0-491e-4a28-83b9-f70985020b54"
Manifolds = "1cead3c2-87b3-11e9-0ccd-23c62b72b94e"
ManifoldsBase = "3362f125-f0bb-47a3-aa74-596ffd7ef2fb"
Manopt = "0fc0a36d-df90-57f3-8f93-d78a9fc72bb5"
NNlib = "872c559c-99b0-510c-b3b7-b6c96a88d5cd"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
Optimisers = "3bd65402-5787-11e9-1adc-39752487f4e2"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Reactant = "3c362404-f566-11ee-1572-e11a4b42c853"
ReactiveMP = "a194aa59-28ba-4574-a09c-4a745416d6e3"
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
RxInfer = "86711068-29c9-4ff7-b620-ae75d7495b3d"
SHA = "ea8e919c-243c-51af-8825-aaa63cd721ce"
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"
YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"
[compat]
ADTypes = "1.21"
BayesBase = "1.5.8"
CairoMakie = "0.15.9"
ClosedFormExpectations = "0.4.0"
DataFrames = "1.8.2"
Distributions = "0.25"
Enzyme = "0.13"
ExponentialFamily = "2.2.0"
ExponentialFamilyManifolds = "3.0.3"
ExponentialFamilyProjection = "3.3.0"
FFTW = "1.10.0"
JLD2 = "0.6"
KernelDensity = "0.6.11"
LinearAlgebra = "1.11.0"
LowRankMatrices = "1.0.2"
Lux = "1.4"
MCMCChains = "7.6.0"
MLUtils = "0.4"
Manifolds = "0.11.12"
ManifoldsBase = "2.3.5"
Manopt = "0.5.32"
Optim = "1.13"
Optimisers = "0.4.7"
ProgressMeter = "1.11.0"
Reactant = "0.2"
ReactiveMP = "6.0.0"
Revise = "3.13.2"
RxInfer = "5.2.1"
SHA = "0.7.0"
StableRNGs = "1.0.4"
Statistics = "1.11.1"
Turing = "0.45.0"
YAML = "0.4.16"