forked from SciML/PolyChaos.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
27 lines (25 loc) · 945 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
name = "PolyChaos"
uuid = "8d666b04-775d-5f6e-b778-5ac7c70f65a3"
authors = ["timueh <[email protected]>"]
version = "0.2.2"
[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"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
AdaptiveRejectionSampling = "0.1.0"
Combinatorics = "0.7, 1.0"
Distributions = "0.21.1, 0.22"
FFTW = "1.0, 1.2"
GaussQuadrature = "0.5"
QuadGK = "2.1, 2.3"
SpecialFunctions = "0.7, 0.10"
julia = "1"