-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProject.toml
34 lines (30 loc) · 1.06 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
name = "StanBlocks"
uuid = "2e771a56-c23a-4e0b-9282-20c2e37157e9"
authors = ["Nikolas Siccha <[email protected]>"]
version = "0.1.1"
[deps]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LogExpFunctions = "2ab3a3ac-af41-5b50-aa03-7779005ae688"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[weakdeps]
DifferentiationInterface = "a0c0ee7d-e4b9-4e03-894e-1c5f64a51d63"
LogDensityProblems = "6fdf6af0-433a-55f7-b3ed-c6c6e0b8df7c"
Mooncake = "da2b9cff-9c12-43a0-ae48-6db2b0edb7d6"
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
PosteriorDB = "1c4bc282-d2f5-44f9-b6d1-8c4424a23ad4"
[extensions]
DifferentiationInterfaceExt = "DifferentiationInterface"
LogDensityProblemsExt = "LogDensityProblems"
MooncakeExt = "Mooncake"
OrdinaryDiffEqExt = "OrdinaryDiffEq"
PosteriorDBExt = "PosteriorDB"
[compat]
DifferentiationInterface = "0.6"
Distributions = "0.25.117"
LogDensityProblems = "2.1.2"
LogExpFunctions = "0.3.29"
Mooncake = "0.4.78"
OrdinaryDiffEq = "6.90.1"
PosteriorDB = "0.5.3"
julia = "1.10"