Skip to content

Commit aff0015

Browse files
committed
v0.2.1
1 parent ab2acaa commit aff0015

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

Project.toml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ApproxFunOrthogonalPolynomials"
22
uuid = "b70543e2-c0d9-56b8-a290-0d4d6d4de211"
3-
version = "0.2"
3+
version = "0.2.1"
44

55
[deps]
66
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
@@ -29,25 +29,25 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2929
ToeplitzMatrices = "c751599d-da0a-543b-9d20-d0a503d91d24"
3030

3131
[compat]
32-
AbstractFFTs = "≥ 0.3.1"
32+
AbstractFFTs = "0.4"
3333
ApproxFunBase = "0.1.3"
34-
BandedMatrices = "0.9.0"
34+
BandedMatrices = "0.9, 0.10"
3535
BlockArrays = "0.9"
3636
BlockBandedMatrices = "0.4.3"
37-
Calculus = "≥ 0.1.15"
38-
DSP = "0.5.1"
39-
DomainSets = "0.0.2, 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"
37+
Calculus = "0.5"
38+
DSP = "0.5, 0.6"
39+
DomainSets = "0.1"
40+
DualNumbers = "0.6.2"
41+
FFTW = "0.3"
42+
FastGaussQuadrature = "0.3.2"
43+
FastTransforms = "0.5"
44+
FillArrays = "0.6"
4545
InfiniteArrays = "0.1"
46-
IntervalSets = "0.3.1"
47-
LazyArrays = "0.8, 0.9"
48-
LowRankApprox = "0.2"
49-
Reexport = "0.2.0"
50-
SpecialFunctions = "0.7.0"
51-
StaticArrays = " 0.8.3"
52-
ToeplitzMatrices = "≥ 0.4.0"
53-
julia = "0.7, 1"
46+
IntervalSets = "0.3.1"
47+
LazyArrays = "0.8, 0.9, 0.10"
48+
LowRankApprox = "0.2"
49+
Reexport = "0.2"
50+
SpecialFunctions = "0.7"
51+
StaticArrays = "0.9, 0.10, 0.11"
52+
ToeplitzMatrices = "0.5"
53+
julia = "1"

0 commit comments

Comments
 (0)