Skip to content

Commit f8ac4aa

Browse files
CompatHelper: add new compat entry for "Preferences" at version "1.2" (#193)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1ab0823 commit f8ac4aa

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

Project.toml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,18 @@ name = "FFTW"
22
uuid = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
33
version = "1.3.2"
44

5-
[compat]
6-
AbstractFFTs = "1.0"
7-
FFTW_jll = "3.3"
8-
MKL_jll = "2019.0.117, 2020, 2021"
9-
Reexport = "0.2, 1.0"
10-
julia = "1.6"
11-
125
[deps]
136
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
147
FFTW_jll = "f5851436-0d7a-5f13-b9de-f02708fd171a"
158
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
169
MKL_jll = "856f044c-d86e-5d09-b602-aeab76dc8ba7"
1710
Preferences = "21216c6a-2e73-6563-6e65-726566657250"
1811
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
12+
13+
[compat]
14+
AbstractFFTs = "1.0"
15+
FFTW_jll = "3.3"
16+
MKL_jll = "2019.0.117, 2020, 2021"
17+
Preferences = "1.2"
18+
Reexport = "0.2, 1.0"
19+
julia = "1.6"

0 commit comments

Comments
 (0)