Skip to content

Commit

Permalink
Update compat entries
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Sep 25, 2024
1 parent 55b28a8 commit 61769af
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@ KrylovPreconditionersCUDAExt = "CUDA"
KrylovPreconditionersoneAPIExt = "oneAPI"

[compat]
AMDGPU = "0.9"
Adapt = "3, 4"
AMDGPU = "1.0.3"
Adapt = "4"
CUDA = "5.3.0"
oneAPI = "1.5.0"
oneAPI = "=1.5.0"
KernelAbstractions = "0.9"
Krylov = "0.9.4"
LightGraphs = "1"
LinearAlgebra = "1.9"
LinearAlgebra = "1.10"
Metis = "1"
Random = "1.9"
SparseArrays = "1.9"
Test = "1.9"
julia = "1.9"
Random = "1.10"
SparseArrays = "1.10"
Test = "1.10"
julia = "1.10"

[extras]
Krylov = "ba0b0d4f-ebba-5204-a429-3ac8c609bfb7"
Expand Down

0 comments on commit 61769af

Please sign in to comment.