Skip to content

Commit 7c6c80c

Browse files
committed
v0.1.3
1 parent b16c807 commit 7c6c80c

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

Project.toml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ApproxFunFourier"
22
uuid = "59844689-9c9d-51bf-9583-5b794ec66d30"
3-
version = "0.1.2"
3+
version = "0.1.3"
44

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

3030
[compat]
31-
AbstractFFTs = "≥ 0.3.1"
31+
AbstractFFTs = "0.4"
3232
ApproxFunBase = "0.1.3"
33-
BandedMatrices = "0.9.0"
33+
BandedMatrices = "0.9, 0.10"
3434
BlockArrays = "0.9"
3535
BlockBandedMatrices = "0.4.3"
36-
Calculus = "≥ 0.1.15"
37-
DSP = "0.5.1"
38-
DomainSets = "0.0.2, 0.1"
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"
36+
Calculus = "0.5"
37+
DSP = "0.5, 0.6"
38+
DomainSets = "0.1"
39+
DualNumbers = "0.6.2"
40+
FFTW = "0.3"
41+
FastGaussQuadrature = "0.3.2"
42+
FastTransforms = "0.5"
43+
FillArrays = "0.6"
4444
InfiniteArrays = "0.1"
45-
IntervalSets = "0.3.1"
46-
LazyArrays = "0.8, 0.9"
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"
45+
IntervalSets = "0.3.1"
46+
LazyArrays = "0.8, 0.9, 0.10"
47+
LowRankApprox = "0.2"
48+
Reexport = "0.2"
49+
SpecialFunctions = "0.7"
50+
StaticArrays = "0.9, 0.10, 0.11"
51+
ToeplitzMatrices = "0.5"
5252
julia = "1"

0 commit comments

Comments
 (0)