Skip to content

Commit 040bacd

Browse files
authored
Merge pull request #222 from JuliaGPU/compathelper/new_version/2019-11-12-13-03-46-936-2433979314
CompatHelper: bump compat for "AbstractFFTs" to "0.5"
2 parents 44fb184 + b82dc9d commit 040bacd

File tree

2 files changed

+4
-29
lines changed

2 files changed

+4
-29
lines changed

Manifest.toml

Lines changed: 2 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -2,41 +2,23 @@
22

33
[[AbstractFFTs]]
44
deps = ["LinearAlgebra"]
5-
git-tree-sha1 = "380e36c66edfa099cd90116b24c1ce8cafccac40"
5+
git-tree-sha1 = "051c95d6836228d120f5f4b984dd5aba1624f716"
66
uuid = "621f4979-c628-5d54-868e-fcf4e3e8185c"
7-
version = "0.4.1"
7+
version = "0.5.0"
88

99
[[Adapt]]
1010
deps = ["LinearAlgebra"]
1111
git-tree-sha1 = "82dab828020b872fa9efd3abec1152b075bc7cbf"
1212
uuid = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
1313
version = "1.0.0"
1414

15-
[[Base64]]
16-
uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
17-
18-
[[Distributed]]
19-
deps = ["Random", "Serialization", "Sockets"]
20-
uuid = "8ba89e20-285c-5b6f-9357-94700520ee1b"
21-
22-
[[InteractiveUtils]]
23-
deps = ["Markdown"]
24-
uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
25-
2615
[[Libdl]]
2716
uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
2817

2918
[[LinearAlgebra]]
3019
deps = ["Libdl"]
3120
uuid = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
3221

33-
[[Logging]]
34-
uuid = "56ddb016-857b-54e1-b83d-db4d58db5568"
35-
36-
[[Markdown]]
37-
deps = ["Base64"]
38-
uuid = "d6f4376e-aef5-505a-96c1-9c027394607a"
39-
4022
[[Printf]]
4123
deps = ["Unicode"]
4224
uuid = "de0858da-6303-5e67-8744-51eddeeeb8d7"
@@ -48,12 +30,5 @@ uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
4830
[[Serialization]]
4931
uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
5032

51-
[[Sockets]]
52-
uuid = "6462fe0b-24de-5631-8697-dd941f90decc"
53-
54-
[[Test]]
55-
deps = ["Distributed", "InteractiveUtils", "Logging", "Random"]
56-
uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
57-
5833
[[Unicode]]
5934
uuid = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1111
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
1212

1313
[compat]
14-
AbstractFFTs = "0.4"
14+
AbstractFFTs = "0.4, 0.5"
1515
Adapt = "0.4.1, 1.0"
1616
julia = "1.0"
1717

1818
[extras]
19-
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2019
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
2120
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
21+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2222

2323
[targets]
2424
test = ["Test", "FFTW", "FillArrays"]

0 commit comments

Comments
 (0)