-
Notifications
You must be signed in to change notification settings - Fork 1
/
Project.toml
32 lines (28 loc) · 948 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
name = "ParticleInCell"
uuid = "b2a21095-fe39-467b-95a1-deb4cd10d2e0"
authors = "Julia Vlasov"
version = "0.1.0"
[deps]
DispersionRelations = "78f632dc-6214-4aca-89df-9f86f5ac7c9e"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
FastGaussQuadrature = "442a2c76-b920-505d-bb47-c5924d526838"
GEMPIC = "b6d65c3a-4a4e-11e9-25d0-d309dc85ddeb"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Sobol = "ed01d8cd-4d21-5b2a-85b4-cc3bdc58bad4"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
[compat]
FFTW = "1"
FastGaussQuadrature = "1"
GEMPIC = "0.4"
Sobol = "1"
StaticArrays = "0.10, 0.12, 1"
julia = "1"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]