-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProject.toml
32 lines (28 loc) · 903 Bytes
/
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
name = "BOSS"
uuid = "15052f3f-a82a-4ca3-bbc4-f478a3bd1ae2"
authors = ["Šimon Soldát"]
version = "0.3.5"
[deps]
AbstractGPs = "99985d1d-32ba-4be9-9821-2ec096f28918"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
LatinHypercubeSampling = "a5e1c1ea-c99a-51d3-a14d-a9a37257b02d"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
[weakdeps]
Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"
[extensions]
TuringExt = "Turing"
[compat]
AbstractGPs = "0.5.21"
Distributed = "1.10"
Distributions = "0.25.109"
InteractiveUtils = "1.10"
LatinHypercubeSampling = "1.9"
LinearAlgebra = "1.10"
Optimization = "3.27, 4"
Random = "1.10"
Turing = "0.33.1, 0.34, 0.35, 0.36"
julia = "1.10"