-
-
Notifications
You must be signed in to change notification settings - Fork 77
Expand file tree
/
Copy pathProject.toml
More file actions
88 lines (82 loc) · 2.94 KB
/
Project.toml
File metadata and controls
88 lines (82 loc) · 2.94 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
name = "Surrogates"
uuid = "6fc51010-71bc-11e9-0e15-a3fcc6593c49"
version = "7.4.0"
authors = ["SciML"]
[deps]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
ExtendableSparse = "95c220a8-a1cf-11e9-0c77-dbfce5f500b3"
GLM = "38e38edf-8417-5370-95a0-9cbb8c7f171a"
IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
QuasiMonteCarlo = "8a4e6c94-4038-4cdc-81c3-7e6ffdb2a71b"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
SurrogatesBase = "89f642e6-4179-4274-8202-c11f4bd9a72c"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
[weakdeps]
AbstractGPs = "99985d1d-32ba-4be9-9821-2ec096f28918"
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
GaussianMixtures = "cc18c42c-b769-54ff-9e2a-b28141a64aae"
LIBSVM = "b1bec4e5-fd48-53fe-b0cb-9723c09d164b"
Optimisers = "3bd65402-5787-11e9-1adc-39752487f4e2"
PolyChaos = "8d666b04-775d-5f6e-b778-5ac7c70f65a3"
XGBoost = "009559a3-9522-5dbb-924b-0b6ed2b22bb9"
[extensions]
SurrogatesAbstractGPsExt = "AbstractGPs"
SurrogatesFluxExt = "Flux"
SurrogatesMOEExt = "GaussianMixtures"
SurrogatesPolyChaosExt = "PolyChaos"
SurrogatesSVMExt = "LIBSVM"
SurrogatesXGBoostExt = "XGBoost"
[compat]
AbstractGPs = "0.5"
Aqua = "0.8"
ChainRulesCore = "1.19.1"
Cubature = "1.5"
Distributions = "0.25.120"
ExtendableSparse = "1, 2"
Flux = "0.15, 0.16"
ForwardDiff = "0.10.38"
GLM = "1.9"
GaussianMixtures = "0.3.13"
IterativeSolvers = "0.9"
LIBSVM = "0.8"
LinearAlgebra = "1.10"
Optimisers = "0.4.4"
Pkg = "1.10"
PolyChaos = "0.2.5, 1.0"
PrecompileTools = "1.2"
QuadGK = "2.4"
QuasiMonteCarlo = "0.3.3"
Random = "1.10"
SafeTestsets = "0.1"
SparseArrays = "1.10"
StableRNGs = "1"
Statistics = "1.10"
SurrogatesBase = "1.1.0"
Test = "1.10"
XGBoost = "2"
Zygote = "0.7"
julia = "1.10"
[extras]
AbstractGPs = "99985d1d-32ba-4be9-9821-2ec096f28918"
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Cubature = "667455a9-e2ce-5579-9412-b964f529a492"
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
GaussianMixtures = "cc18c42c-b769-54ff-9e2a-b28141a64aae"
LIBSVM = "b1bec4e5-fd48-53fe-b0cb-9723c09d164b"
Optimisers = "3bd65402-5787-11e9-1adc-39752487f4e2"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
PolyChaos = "8d666b04-775d-5f6e-b778-5ac7c70f65a3"
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
XGBoost = "009559a3-9522-5dbb-924b-0b6ed2b22bb9"
[targets]
test = ["AbstractGPs", "Aqua", "Cubature", "SafeTestsets", "Flux", "ForwardDiff", "GaussianMixtures", "LIBSVM", "Optimisers", "PolyChaos", "QuadGK", "Random", "StableRNGs", "Test", "Pkg", "XGBoost"]