-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathProject.toml
42 lines (38 loc) · 1.24 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
name = "HOODESolver"
uuid = "217528c2-21c4-4222-9975-97f0b0cbd7c1"
authors = ["Yves Mocquard", "Nicolas Crouseilles", "Pierre Navaro"]
version = "0.2.8"
[deps]
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
GenericSchur = "c145ed77-6b09-5dd9-b285-bf645a82121e"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Polynomials = "f27b6e38-b328-58d1-80ce-0feddd5e7a45"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[compat]
DoubleFloats = "1"
FFTW = "^1"
GenericSchur = "0.4, 0.5"
LinearAlgebra = "1"
OrdinaryDiffEq = "6.89.0"
Plots = "1"
Polynomials = "^1, 2.0, 3, 4"
Random = "1"
RecursiveArrayTools = "2, 3"
Reexport = "^0.2, 1.0"
SciMLBase = "1, 2"
SparseArrays = "1"
Statistics = "1"
Test = "1"
julia = "^1"
[extras]
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
DoubleFloats = "497a8b3b-efae-58df-a0af-a86822472b78"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["DoubleFloats", "Test", "OrdinaryDiffEq", "Plots"]