-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathProject.toml
More file actions
41 lines (37 loc) · 1.27 KB
/
Project.toml
File metadata and controls
41 lines (37 loc) · 1.27 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
name = "ProbabilisticFluxVariationGradient"
uuid = "333a9a01-0e78-4d37-bce2-040f730ab5dc"
authors = ["ngiann <ngiann@gmail.com> and contributors"]
version = "0.2.0"
[deps]
ApproximateVI = "e67a2193-b68a-469d-be77-24baf3975c82"
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
PDMats = "90014a1f-27ba-587c-ab20-58faa44d9150"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
PyPlot = "d330b81b-6aea-500a-939a-2ce795aea3ee"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
[compat]
ApproximateVI = "0.1.6"
Distances = "0.9.2, 0.10"
Distributions = "0.23.12, 0.24"
ForwardDiff = "0.10.12"
Interpolations = "0.13.0"
Optim = "1.2"
PDMats = "0.11"
ProgressMeter = "1.4.0"
PyPlot = "2.9.0"
StatsFuns = "0.9.5"
Suppressor = "0.2.0"
julia = "1.5"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]