Skip to content

Commit 0c8fec9

Browse files
committed
v0.11.4
1 parent 1639c0e commit 0c8fec9

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

Project.toml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ApproxFun"
22
uuid = "28f2ccd6-bb30-5033-b560-165f7b14dc2f"
3-
version = "0.11.3"
3+
version = "0.11.4"
44

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

3636
[compat]
37-
AbstractFFTs = "≥ 0.3.1"
37+
AbstractFFTs = "0.4"
3838
ApproxFunBase = "0.1.3"
3939
ApproxFunFourier = "0.1.2"
40-
ApproxFunSingularities = "0.1.1"
4140
ApproxFunOrthogonalPolynomials = "0.2"
42-
BandedMatrices = "0.9.0"
43-
BlockArrays = "0.9"
41+
ApproxFunSingularities = "0.1.1"
42+
BandedMatrices = "0.9.3, 0.10"
43+
BlockArrays = "0.9.1"
4444
BlockBandedMatrices = "0.4.5"
45-
Calculus = "≥ 0.1.15"
46-
DSP = "0.5.1"
47-
DomainSets = "0.0.2, 0.1"
48-
DualNumbers = "≥ 0.4.0"
49-
FFTW = "≥ 0.2.4"
50-
FastGaussQuadrature = "0.3.2"
51-
FastTransforms = "≥ 0.4.2"
52-
FillArrays = "≥ 0.5.0"
45+
Calculus = "0.5"
46+
DSP = "0.5, 0.6"
47+
DomainSets = "0.1"
48+
DualNumbers = "0.6.2"
49+
FFTW = "0.3"
50+
FastGaussQuadrature = "0.3.2"
51+
FastTransforms = "0.5"
52+
FillArrays = "0.6"
5353
InfiniteArrays = "0.1"
54-
IntervalSets = "≥ 0.3.1"
55-
LazyArrays = "0.8, 0.9"
56-
LowRankApprox = "≥ 0.1.4"
57-
RecipesBase = "≥ 0.5.0"
58-
Reexport = "≥ 0.2.0"
59-
SpecialFunctions = "≥ 0.7.0"
60-
StaticArrays = "≥ 0.8.3"
61-
ToeplitzMatrices = "≥ 0.4.0"
54+
IntervalSets = "0.3.1"
55+
LazyArrays = "0.8, 0.9, 0.10"
56+
LowRankApprox = "0.2"
57+
Reexport = "0.2"
58+
SpecialFunctions = "0.7"
59+
StaticArrays = "0.9, 0.10, 0.11"
60+
ToeplitzMatrices = "0.5"
6261
julia = "1"
62+

0 commit comments

Comments
 (0)