Skip to content

Commit 04a07df

Browse files
update for jll and try to fix doc plots
1 parent f1c55db commit 04a07df

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
version:
12-
- '1.6'
13-
- '^1.7.0-0'
12+
- '1.7'
1413
os:
1514
- ubuntu-latest
1615
- macOS-latest
@@ -51,7 +50,7 @@ jobs:
5150
- uses: actions/checkout@v2
5251
- uses: julia-actions/setup-julia@v1
5352
with:
54-
version: '1.5'
53+
version: '1.7'
5554
- run: |
5655
julia --project=docs -e '
5756
using Pkg

Project.toml

Lines changed: 3 additions & 3 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.13.2"
3+
version = "0.13.3"
44

55
[deps]
66
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
@@ -25,9 +25,9 @@ BinaryProvider = "0.5"
2525
DSP = "0.6, 0.7"
2626
FFTW = "1"
2727
FastGaussQuadrature = "0.4"
28-
FastTransforms_jll = "0.5.1"
28+
FastTransforms_jll = "0.5.2"
2929
FillArrays = "0.9, 0.10, 0.11, 0.12"
3030
Reexport = "0.2, 1.0"
3131
SpecialFunctions = "0.10, 1, 2"
3232
ToeplitzMatrices = "0.6, 0.7"
33-
julia = "1.6"
33+
julia = "1.7"

docs/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
77

88
[compat]
99
Documenter = "~0.24"
10+
Literate = "~2.8"

0 commit comments

Comments
 (0)