-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProject.toml
33 lines (29 loc) · 932 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
name = "DistributedRelaxationTimes"
uuid = "77006267-fdeb-46de-a135-5da16dc5426c"
authors = ["MaximeVH <maxime.vanhaeverbeke@gmail.com>"]
version = "0.1.0"
[deps]
FindPeaks1D = "d8961e24-b28b-4efb-8e50-1c680b9a7431"
KernelFunctions = "ec8451be-7e33-11e9-00cf-bbf324bd1392"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
Roots = "f2b01f46-fcfa-551c-844a-d8ac1e96c665"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
ToeplitzMatrices = "c751599d-da0a-543b-9d20-d0a503d91d24"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[compat]
FindPeaks1D = "0.1.8"
KernelFunctions = "0.10"
Optim = "1.7"
Plots = "1.30"
QuadGK = "2.7"
Roots = "2.0.7"
ToeplitzMatrices = "0.7"
julia = "1.8"
Statistics = "1.1"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]