-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
32 lines (26 loc) · 851 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 = "FourierSeriesEvaluators"
uuid = "2a892dea-6eef-4bb5-9d1c-de966c9f6db5"
authors = ["lxvm <lorenzo@vanmunoz.com>"]
version = "1.2.0"
[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[weakdeps]
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[extensions]
FourierSeriesEvaluatorsStaticArraysExt = "StaticArrays"
[compat]
Aqua = "0.8"
LinearAlgebra = "1.6"
OffsetArrays = "1"
StaticArrays = "1"
Test = "1.6"
julia = "1.6"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Aqua", "LinearAlgebra", "OffsetArrays", "StaticArrays", "Test"]