Skip to content

Commit 67607b6

Browse files
committed
Project.toml
1 parent 4dce1b9 commit 67607b6

File tree

2 files changed

+52
-22
lines changed

2 files changed

+52
-22
lines changed

Project.toml

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
name = "ApproxFunFourier"
2+
uuid = "59844689-9c9d-51bf-9583-5b794ec66d30"
3+
version = "0.0.2"
4+
5+
[deps]
6+
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
7+
ApproxFunBase = "fbd15aa5-315a-5a7d-a8a4-24992e37be05"
8+
BandedMatrices = "aae01518-5342-5314-be14-df237901396f"
9+
BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e"
10+
BlockBandedMatrices = "ffab5731-97b5-5995-9138-79e8c1846df0"
11+
Calculus = "49dc2e85-a5d0-5ad3-a950-438e2897f1b9"
12+
DSP = "717857b8-e6f2-59f4-9121-6e50c889abd2"
13+
DomainSets = "5b8099bc-c8ec-5219-889f-1d9e522a28bf"
14+
DualNumbers = "fa6b7ba4-c1ee-5f82-b5fc-ecf0adba8f74"
15+
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
16+
FastGaussQuadrature = "442a2c76-b920-505d-bb47-c5924d526838"
17+
FastTransforms = "057dd010-8810-581a-b7be-e3fc3b93f78c"
18+
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
19+
InfiniteArrays = "4858937d-0d70-526a-a4dd-2d5cb5dd786c"
20+
IntervalSets = "8197267c-284f-5f27-9208-e0e47529a953"
21+
LazyArrays = "5078a376-72f3-5289-bfd5-ec5146d43c02"
22+
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
23+
LowRankApprox = "898213cb-b102-5a47-900c-97e73b919f73"
24+
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
25+
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
26+
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
27+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
28+
ToeplitzMatrices = "c751599d-da0a-543b-9d20-d0a503d91d24"
29+
30+
[compat]
31+
AbstractFFTs = "≥ 0.3.1"
32+
ApproxFunBase = "0.0.3"
33+
BandedMatrices = "0.9.0"
34+
BlockArrays = "0.8.0"
35+
BlockBandedMatrices = "0.4.0"
36+
Calculus = "≥ 0.1.15"
37+
DSP = "≥ 0.5.1"
38+
DomainSets = "0.0.1, 0.0.2"
39+
DualNumbers = "≥ 0.4.0"
40+
FFTW = "≥ 0.2.4"
41+
FastGaussQuadrature = "≥ 0.3.2"
42+
FastTransforms = "≥ 0.4.2"
43+
FillArrays = "≥ 0.5.0"
44+
InfiniteArrays = "0.0.3"
45+
IntervalSets = "≥ 0.3.1"
46+
LazyArrays = "0.8.0"
47+
LowRankApprox = "≥ 0.1.4"
48+
Reexport = "≥ 0.2.0"
49+
SpecialFunctions = "≥ 0.7.0"
50+
StaticArrays = "≥ 0.8.3"
51+
ToeplitzMatrices = "≥ 0.4.0"
52+
julia = "0.7, 1"

REQUIRE

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)