Skip to content

Commit cc6caab

Browse files
authored
Update package compatibility versions in Project.toml (#389)
1 parent c57d4f3 commit cc6caab

3 files changed

Lines changed: 19 additions & 59 deletions

File tree

Project.toml

Lines changed: 11 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ version = "2.11.0"
66
FastClosures = "9aa1b823-49e4-5ca5-8b0f-3971ec8bab6a"
77
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
88
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
9-
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
109
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1110
TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
1211

@@ -27,24 +26,15 @@ LinearOperatorsLDLFactorizationsExt = "LDLFactorizations"
2726
LinearOperatorsMetalExt = "Metal"
2827

2928
[compat]
30-
AMDGPU = "2"
31-
CUDA = "5"
29+
AMDGPU = "2.2.0"
30+
CUDA = "5.9.6"
3231
ChainRulesCore = "1"
33-
FastClosures = "0.2, 0.3"
34-
JLArrays = "0.1, 0.2, 0.3"
35-
LDLFactorizations = "0.9, 0.10"
36-
LinearAlgebra = "1"
37-
Metal = "1.1"
38-
Printf = "1"
39-
Requires = "1"
40-
SparseArrays = "1"
41-
TimerOutputs = "^0.5"
42-
julia = "^1.6.0"
43-
44-
[extras]
45-
AMDGPU = "21141c5a-9bdb-4563-92ae-f87d6854732e"
46-
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
47-
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
48-
JLArrays = "27aeb0d3-9eb9-45fb-866b-73c2ecf80fcb"
49-
LDLFactorizations = "40e66cde-538c-5869-a4ad-c39174c6795b"
50-
Metal = "dde4c033-4e86-420c-a63e-0dd931031962"
32+
FastClosures = "0.3"
33+
JLArrays = "0.3"
34+
LDLFactorizations = "0.10"
35+
LinearAlgebra = "1.10"
36+
Metal = "1.9.1"
37+
Printf = "1.10"
38+
SparseArrays = "1.10"
39+
TimerOutputs = "0.5"
40+
julia = "1.10"

src/LinearOperators.jl

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -27,32 +27,4 @@ include("TimedOperators.jl")
2727
include("utilities.jl")
2828
include("deprecated.jl")
2929

30-
# lazy loading of chainrules for Julia < 1.9
31-
@static if !isdefined(Base, :get_extension)
32-
import Requires
33-
end
34-
35-
@static if !isdefined(Base, :get_extension)
36-
function __init__()
37-
Requires.@require AMDGPU = "21141c5a-9bdb-4563-92ae-f87d6854732e" begin
38-
include("../ext/LinearOperatorsAMDGPUExt.jl")
39-
end
40-
Requires.@require ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4" begin
41-
include("../ext/LinearOperatorsChainRulesCoreExt.jl")
42-
end
43-
Requires.@require CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba" begin
44-
include("../ext/LinearOperatorsCUDAExt.jl")
45-
end
46-
Requires.@require LDLFactorizations = "40e66cde-538c-5869-a4ad-c39174c6795b" begin
47-
include("../ext/LinearOperatorsLDLFactorizationsExt.jl")
48-
end
49-
Requires.@require JLArrays = "27aeb0d3-9eb9-45fb-866b-73c2ecf80fcb" begin
50-
include("../ext/LinearOperatorsJLArraysExt.jl")
51-
end
52-
Requires.@require Metal = "dde4c033-4e86-420c-a63e-0dd931031962" begin
53-
include("../ext/LinearOperatorsMetalExt.jl")
54-
end
55-
end
56-
end
57-
5830
end # module

test/Project.toml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ LDLFactorizations = "40e66cde-538c-5869-a4ad-c39174c6795b"
77
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
88
Metal = "dde4c033-4e86-420c-a63e-0dd931031962"
99
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
10-
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
1110
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1211
TestSetExtensions = "98d24dd4-01ad-11ea-1b02-c9a08f80db04"
1312
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
@@ -17,13 +16,12 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
1716
[compat]
1817
Arpack = "0.5"
1918
ChainRulesCore = "1"
20-
FastClosures = "0.2, 0.3"
21-
JLArrays = "0.1"
22-
LDLFactorizations = "0.9, 0.10"
23-
Metal = "1.1"
24-
Requires = "1"
25-
Test = "1"
19+
FastClosures = "0.3"
20+
JLArrays = "0.3"
21+
LDLFactorizations = "0.10"
22+
Metal = "1.9.1"
23+
Test = "1.10"
2624
TestSetExtensions = "3"
27-
TimerOutputs = "^0.5"
28-
Zygote = "0.6"
29-
julia = "^1.6.0"
25+
TimerOutputs = "0.5"
26+
Zygote = "0.7.10"
27+
julia = "1.10"

0 commit comments

Comments
 (0)