Skip to content

Commit 87a909b

Browse files
authored
Relax FFTW bound (#215)
1 parent dfc73f3 commit 87a909b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Project.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
name = "ApproxFunOrthogonalPolynomials"
22
uuid = "b70543e2-c0d9-56b8-a290-0d4d6d4de211"
3-
version = "0.6.16"
3+
version = "0.6.17"
44

55
[deps]
66
ApproxFunBase = "fbd15aa5-315a-5a7d-a8a4-24992e37be05"
77
BandedMatrices = "aae01518-5342-5314-be14-df237901396f"
88
BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e"
99
BlockBandedMatrices = "ffab5731-97b5-5995-9138-79e8c1846df0"
1010
DomainSets = "5b8099bc-c8ec-5219-889f-1d9e522a28bf"
11-
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
1211
FastGaussQuadrature = "442a2c76-b920-505d-bb47-c5924d526838"
1312
FastTransforms = "057dd010-8810-581a-b7be-e3fc3b93f78c"
1413
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
@@ -28,7 +27,6 @@ BandedMatrices = "0.16, 0.17"
2827
BlockArrays = "0.14, 0.15, 0.16"
2928
BlockBandedMatrices = "0.10, 0.11"
3029
DomainSets = "0.5, 0.6"
31-
FFTW = "1 - 1.5"
3230
FastGaussQuadrature = "0.4, 0.5"
3331
FastTransforms = "0.12, 0.13, 0.14"
3432
FillArrays = "0.11, 0.12, 0.13"

0 commit comments

Comments
 (0)