-
Notifications
You must be signed in to change notification settings - Fork 2
/
Project.toml
67 lines (63 loc) · 2.22 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
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
name = "MGVI"
uuid = "fdae7790-d271-4276-880d-f72bbddf129c"
version = "0.4.0"
[deps]
AffineMaps = "2c83c9a8-abf5-4329-a0d7-deffaf474661"
AutoDiffOperators = "6e1301d5-4f4d-4fb5-9679-7191e22f0e0e"
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
DensityInterface = "b429d917-457f-4dbc-8f4c-0cc954292b1d"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
DistributionsAD = "ced4e74d-a319-5a8a-b0ac-84af2272839c"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
HeterogeneousComputing = "2182be2a-124f-4a91-8389-f06db5907a21"
IrrationalConstants = "92d709cd-6900-40b7-9082-c6be49f344b6"
IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153"
LineSearches = "d3d80556-e9d4-5f37-9878-2ab0fcc64255"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LinearMaps = "7a12625a-238d-50fd-b39a-03d52299707e"
LinearSolve = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
PDMats = "90014a1f-27ba-587c-ab20-58faa44d9150"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
PositiveFactorizations = "85a6dd25-e78a-55b7-8502-1745935b8125"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
ValueShapes = "136a8f8c-c49b-4edb-8b98-f3d64d48be8f"
[weakdeps]
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba"
[extensions]
MGVIOptimExt = "Optim"
MGVIOptimizationExt = "Optimization"
[compat]
AffineMaps = "0.3"
AutoDiffOperators = "0.2"
ChainRulesCore = "0.9.44, 0.10, 1"
DensityInterface = "0.4"
Distributed = "1"
Distributions = "0.25"
DistributionsAD = "0.6"
DocStringExtensions = "0.8, 0.9"
FillArrays = "1.1.1"
HeterogeneousComputing = "0.2"
IrrationalConstants = "0.2.2"
IterativeSolvers = "0.8, 0.9"
LineSearches = "7"
LinearAlgebra = "1"
LinearMaps = "3"
LinearSolve = "2"
Optim = "1"
Optimization = "3, 4"
PDMats = "0.11.5"
Parameters = "0.12, 0.13"
PositiveFactorizations = "0.2"
Random = "1"
SparseArrays = "1"
StaticArrays = "0.12, 1.0"
Statistics = "1"
ValueShapes = "0.9, 0.10, 0.11"
julia = "1.10"