Skip to content

Commit d7f9cfd

Browse files
authored
Update Project.toml (#18)
* Update Project.toml * drop old versions
1 parent edd6a91 commit d7f9cfd

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

Project.toml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ApproxFunBase"
22
uuid = "fbd15aa5-315a-5a7d-a8a4-24992e37be05"
3-
version = "0.2.1"
3+
version = "0.2.2"
44

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

2929
[compat]
30-
AbstractFFTs = "0.4"
31-
BandedMatrices = "0.11, 0.12, 0.13"
32-
BlockArrays = "0.9, 0.10"
33-
BlockBandedMatrices = "0.5"
30+
AbstractFFTs = "0.4, 0.5"
31+
BandedMatrices = "0.14"
32+
BlockArrays = "0.10"
33+
BlockBandedMatrices = "0.6"
3434
Calculus = "0.5"
35-
DSP = "0.5, 0.6"
35+
DSP = "0.6"
3636
DomainSets = "0.1"
3737
DualNumbers = "0.6.2"
3838
FFTW = "0.3, 1"
39-
FastGaussQuadrature = "0.3.2, 0.4"
40-
FillArrays = "0.6, 0.7, 0.8"
41-
InfiniteArrays = "0.2, 0.3, 0.4"
39+
FastGaussQuadrature = "0.4"
40+
FillArrays = "0.8"
41+
InfiniteArrays = "0.4"
4242
IntervalSets = "0.3.1"
43-
LazyArrays = "0.11, 0.12, 0.13"
44-
LowRankApprox = "0.2, 0.3"
45-
SpecialFunctions = "0.7, 0.8"
46-
StaticArrays = "0.9, 0.10, 0.11"
47-
ToeplitzMatrices = "0.5, 0.6"
43+
LazyArrays = "0.14"
44+
LowRankApprox = "0.3, 0.4"
45+
SpecialFunctions = "0.8"
46+
StaticArrays = "0.12"
47+
ToeplitzMatrices = "0.6"
4848
julia = "1.0"
4949

5050
[extras]

0 commit comments

Comments
 (0)