Skip to content

Commit 4fecc67

Browse files
committed
Project.toml
1 parent 3aa6ab8 commit 4fecc67

File tree

2 files changed

+53
-22
lines changed

2 files changed

+53
-22
lines changed

Project.toml

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
name = "ApproxFunOrthogonalPolynomials"
2+
uuid = "b70543e2-c0d9-56b8-a290-0d4d6d4de211"
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+
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
28+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
29+
ToeplitzMatrices = "c751599d-da0a-543b-9d20-d0a503d91d24"
30+
31+
[compat]
32+
AbstractFFTs = "≥ 0.3.1"
33+
ApproxFunBase = "≥ 0.0.3"
34+
BandedMatrices = "≥ 0.9.0"
35+
BlockArrays = "≥ 0.8.0"
36+
BlockBandedMatrices = "≥ 0.4.0"
37+
Calculus = "≥ 0.1.15"
38+
DSP = "≥ 0.5.1"
39+
DomainSets = "≥ 0.0.1"
40+
DualNumbers = "≥ 0.4.0"
41+
FFTW = "≥ 0.2.4"
42+
FastGaussQuadrature = "≥ 0.3.2"
43+
FastTransforms = "≥ 0.4.2"
44+
FillArrays = "≥ 0.5.0"
45+
InfiniteArrays = "≥ 0.0.3"
46+
IntervalSets = "≥ 0.3.1"
47+
LazyArrays = "≥ 0.7.1"
48+
LowRankApprox = "≥ 0.1.4"
49+
Reexport = "≥ 0.2.0"
50+
SpecialFunctions = "≥ 0.7.0"
51+
StaticArrays = "≥ 0.8.3"
52+
ToeplitzMatrices = "≥ 0.4.0"
53+
julia = "≥ 0.7.0"

REQUIRE

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

0 commit comments

Comments
 (0)