Skip to content

Commit dbeef90

Browse files
authored
Update Project.toml
1 parent 8e71bff commit dbeef90

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Project.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "FastTransforms"
22
uuid = "057dd010-8810-581a-b7be-e3fc3b93f78c"
3-
version = "0.6"
3+
version = "0.6.1"
44

55
[deps]
66
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
@@ -15,11 +15,11 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
1515
ToeplitzMatrices = "c751599d-da0a-543b-9d20-d0a503d91d24"
1616

1717
[compat]
18-
AbstractFFTs = "0.4"
18+
AbstractFFTs = "0.4, 0.5"
1919
DSP = "0.6"
20-
FFTW = "0.3"
20+
FFTW = "0.3, 1"
2121
HierarchicalMatrices = "0.2"
22-
LowRankApprox = "0.2.3"
22+
LowRankApprox = "0.2.3, 0.3, 0.4"
2323
ProgressMeter = "1"
2424
SpecialFunctions = "0.8"
2525
ToeplitzMatrices = "0.6"
@@ -32,4 +32,4 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
3232
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
3333

3434
[targets]
35-
test = ["Test","Random","Statistics"]
35+
test = ["Test","Random","Statistics"]

0 commit comments

Comments
 (0)