-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
53 lines (51 loc) · 1.78 KB
/
Project.toml
File metadata and controls
53 lines (51 loc) · 1.78 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
name = "SubspaceInference"
uuid = "706446a6-0e85-4c47-b731-c658bbb72625"
authors = ["efmanu <manuedavakandam@gmail.com>"]
version = "0.1.0"
[deps]
AdvancedHMC = "0bf59076-c3b1-5ca4-86bd-e02cd72cde3d"
AdvancedMH = "5b7e9947-ddc0-4b3f-9b55-0d8042f74170"
AdvancedVI = "b5ca4192-6429-45e5-a2d9-87aec30a685c"
DiffEqFlux = "aae7a2af-3d4f-5e19-a356-7da93b79d9d0"
DiffResults = "163ba53b-c6d8-5494-b064-1a9d43ac40c5"
DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
DistributionsAD = "ced4e74d-a319-5a8a-b0ac-84af2272839c"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
LazyArrays = "5078a376-72f3-5289-bfd5-ec5146d43c02"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LowRankApprox = "898213cb-b102-5a47-900c-97e73b919f73"
MCMCChains = "c7f686f2-ff18-58e9-bc7b-31028e88f75d"
ManifoldLearning = "06eb3307-b2af-5a2a-abea-d33192699d32"
Memoization = "6fafb56a-5788-4b4e-91ca-c0cea6611c73"
PyPlot = "d330b81b-6aea-500a-939a-2ce795aea3ee"
ReverseDiff = "37e2e3b7-166d-5795-8a7a-e32c996b4267"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
[compat]
julia="1.5.0"
AdvancedHMC="0.2.27"
AdvancedMH="0.6.2"
AdvancedVI="0.1.3"
DiffEqFlux="1.35.1"
DiffResults="1.0.3"
DifferentialEquations="6.17.1"
Distributions="0.24.18"
DistributionsAD="0.6.28"
Documenter="0.27.3"
Flux="0.11.2"
ForwardDiff="0.10.18"
LazyArrays="0.19.4"
LowRankApprox="0.5.0"
MCMCChains="4.13.0"
ManifoldLearning="0.6.2"
Memoization="0.1.12"
PyPlot="2.9.0"
ReverseDiff="1.9.0"
StructArrays="0.6.0"
Turing="0.16.5"
Zygote="0.5.17"