diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 19a1725..c58e241 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,6 @@ jobs: - '1' os: - ubuntu-latest - - macOS-latest arch: - x64 steps: diff --git a/Project.toml b/Project.toml index 01a8bdf..8cffb3a 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "HarmonicOrthogonalPolynomials" uuid = "e416a80e-9640-42f3-8df8-80a93ca01ea5" authors = ["Sheehan Olver "] -version = "0.6.1" +version = "0.6.2" [deps] BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e" @@ -23,7 +23,7 @@ BlockBandedMatrices = "0.13" ClassicalOrthogonalPolynomials = "0.13, 0.14" ContinuumArrays = "0.18" DomainSets = "0.7" -FastTransforms = "0.15, 0.16" +FastTransforms = "0.15, 0.16, 0.17" InfiniteArrays = "0.14, 0.15" IntervalSets = "0.7" QuasiArrays = "0.11"