diff --git a/Project.toml b/Project.toml index 6c82698..98f7989 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "LuxDeviceUtils" uuid = "34f89e08-e1d5-43b4-8944-0b49ac560553" authors = ["Avik Pal and contributors"] -version = "0.1.9" +version = "0.1.10" [deps] Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e" @@ -32,12 +32,14 @@ Adapt = "3" ChainRulesCore = "1" FillArrays = "0.13, 1" Functors = "0.2, 0.3, 0.4" -LuxAMDGPU = "0.1" +LuxAMDGPU = "0.1, 0.2" LuxCUDA = "0.2, 0.3" LuxCore = "0.1.4" Metal = "0.4, 0.5" PackageExtensionCompat = "1" Preferences = "1" +Random = "<0.0.1, 1" +SparseArrays = "<0.0.1, 1" Zygote = "0.6" julia = "1.6" diff --git a/test/runtests.jl b/test/runtests.jl index 0e10e2a..1279400 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -44,7 +44,7 @@ end if VERSION ≥ v"1.9" @testset "Aqua Tests" begin - Aqua.test_all(LuxDeviceUtils; piracy=false) + Aqua.test_all(LuxDeviceUtils; piracies=false) end end