-
Notifications
You must be signed in to change notification settings - Fork 1
/
Project.toml
34 lines (30 loc) · 1.03 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
name = "LazyAlgebra"
uuid = "aeaa251e-9d76-11e9-311b-83636bf44738"
authors = ["Éric Thiébaut <https://github.com/emmt>"]
version = "0.2.7"
[deps]
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
ArrayTools = "1dc0ca97-c5ce-4e77-ac6d-c576ac9d7f27"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MayOptimize = "049513e6-5a5e-4281-9d48-334ebac8954e"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StructuredArrays = "2e8cd123-6858-488d-b42d-068777248635"
ZippedArrays = "8051824b-fc5e-4603-89c4-0e6ea551cb88"
[compat]
AbstractFFTs = "0.4, 0.5, 1"
ArrayTools = "0.2, 0.3"
FFTW = "0.3, 1"
MayOptimize = "0.2, 0.3"
Requires = "1.1"
StructuredArrays = "0.2"
ZippedArrays = "0.1, 0.2"
julia = "1.3"
[extras]
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "Random", "Printf"]