-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathProject.toml
35 lines (31 loc) · 1014 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
33
34
35
name = "GEMPIC"
uuid = "b6d65c3a-4a4e-11e9-25d0-d309dc85ddeb"
authors = "JuliaVlasov"
version = "0.4.1"
[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
FastGaussQuadrature = "442a2c76-b920-505d-bb47-c5924d526838"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Sobol = "ed01d8cd-4d21-5b2a-85b4-cc3bdc58bad4"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[compat]
DataFrames = "0.20, 0.22, 1.0"
Distributions = "0.20, 0.24, 0.25"
FFTW = "1"
FastGaussQuadrature = "0.3, 0.4, 0.5, 1"
FileIO = "1.2"
JLD2 = "0.1, 0.2, 0.4, 0.5"
Sobol = "1"
StaticArrays = "1"
julia = "1"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]