-
-
Notifications
You must be signed in to change notification settings - Fork 26
/
Project.toml
40 lines (36 loc) · 1.19 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
name = "PolyChaos"
uuid = "8d666b04-775d-5f6e-b778-5ac7c70f65a3"
authors = ["Tillmann Mühlpfordt <[email protected]>"]
version = "0.2.11"
[deps]
AdaptiveRejectionSampling = "c75e803d-635f-53bd-ab7d-544e482d8c75"
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
GaussQuadrature = "d54b0c1a-921d-58e0-8e36-89d8069c0969"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[compat]
AdaptiveRejectionSampling = "0.1"
Aqua = "0.8"
Combinatorics = "1.0"
Distributions = "0.23, 0.24, 0.25"
FFTW = "1.2"
GaussQuadrature = "0.5"
LinearAlgebra = "1"
SparseArrays = "1"
Test = "1"
QuadGK = "2.4"
SpecialFunctions = "0.10, 1.0, 2"
StaticArrays = "0.12, 1.0"
Statistics = "1"
julia = "1.6"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Aqua", "StaticArrays", "Test"]