diff --git a/Project.toml b/Project.toml index 065c820..7977b75 100644 --- a/Project.toml +++ b/Project.toml @@ -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"