-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
35 lines (31 loc) · 1.02 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 = "GaussianVariationalInference"
uuid = "f96f1e2a-1be0-483a-ac4e-37f33550e2cb"
authors = ["Nikos Gianniotis <[email protected]>"]
version = "0.2.3"
[deps]
ArgCheck = "dce04be8-c92d-5529-be00-80e4d2c0e197"
Crayons = "a8cc5b0e-0ffa-5ad4-8c14-923d3ee1735f"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
ReverseDiff = "37e2e3b7-166d-5795-8a7a-e32c996b4267"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Transducers = "28d57a85-8fef-5791-bfe6-a80928e7c999"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
[compat]
ArgCheck = "2.3"
Crayons = "4.0.1"
Distributions = "0.23.12, 0.24, 0.25"
ForwardDiff = "0.10.12"
Optim = "1.2"
ReverseDiff = "1.15"
Transducers = "0.4.60"
Zygote = "0.6"
julia = "1"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]