-
Notifications
You must be signed in to change notification settings - Fork 1
/
Project.toml
26 lines (22 loc) · 860 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
name = "NoiseFourier"
uuid = "6c6c12c2-0c43-4326-a3ab-8ad1f76d943a"
authors = ["Isaia Nisoli <[email protected]> and contributors"]
version = "0.1.0"
[deps]
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
FastRounding = "fa42c844-2597-5d31-933b-ebd51ab2693f"
FastTransforms = "057dd010-8810-581a-b7be-e3fc3b93f78c"
IntervalArithmetic = "d1acc4aa-44c8-5952-acd4-ba5d80a2a253"
IntervalRootFinding = "d2bf35a9-74e0-55ec-b149-d360ff49b807"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Pseudospectra = "d6c5b33e-0240-5bd5-a771-a97ae748a961"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[compat]
julia = "1.6"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]