forked from SciML/Surrogates.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
45 lines (41 loc) · 1.48 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
35
36
37
38
39
40
41
42
43
44
45
name = "Surrogates"
uuid = "6fc51010-71bc-11e9-0e15-a3fcc6593c49"
authors = ["ludoro <[email protected]>"]
version = "2.2.0"
[deps]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
ExtendableSparse = "95c220a8-a1cf-11e9-0c77-dbfce5f500b3"
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
GLM = "38e38edf-8417-5370-95a0-9cbb8c7f171a"
IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153"
LatinHypercubeSampling = "a5e1c1ea-c99a-51d3-a14d-a9a37257b02d"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
PolyChaos = "8d666b04-775d-5f6e-b778-5ac7c70f65a3"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
Sobol = "ed01d8cd-4d21-5b2a-85b4-cc3bdc58bad4"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
XGBoost = "009559a3-9522-5dbb-924b-0b6ed2b22bb9"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
[compat]
Distributions = "0.21, 0.22, 0.23, 0.24, 0.25"
ExtendableSparse = "0.4, 0.5"
Flux = "0.11, 0.12"
GLM = "1.3"
IterativeSolvers = "0.9"
LatinHypercubeSampling = "1.2"
PolyChaos = "0.2"
Requires = "0.5, 1.0"
Sobol = "1.3"
Stheno = "0.6"
XGBoost = "0.4, 1.1"
Zygote = "0.4, 0.5, 0.6"
julia = "1.5"
[extras]
Cubature = "667455a9-e2ce-5579-9412-b964f529a492"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
Stheno = "8188c328-b5d6-583d-959b-9690869a5511"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
[targets]
test = ["Cubature", "ForwardDiff", "QuadGK", "Stheno", "Test", "Tracker"]