diff --git a/gpu/Project.toml b/gpu/Project.toml index 643cea7..2d9b822 100644 --- a/gpu/Project.toml +++ b/gpu/Project.toml @@ -13,6 +13,8 @@ Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" StructureFunctions = { path = ".." } [compat] +CUDA = "6.2.1" +JSON = "1.6.1" KernelAbstractions = "0.9" OhMyThreads = "0.8" StaticArrays = "1.9" diff --git a/test/Project.toml b/test/Project.toml index b05bd1a..392c6b8 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -19,3 +19,18 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" StructureFunctions = "e93fee26-4d5e-49c1-899d-490508cfd19b" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" + +[compat] +Aqua = "0.8.16" +BenchmarkTools = "1.8.0" +CairoMakie = "0.15.13" +Distances = "0.10.12" +JET = "0.11.6" +JSON = "1.6.1" +KernelAbstractions = "0.9.42" +MPI = "0.20.26" +OhMyThreads = "0.8.6" +ProgressMeter = "1.11.0" +StaticArrays = "1.9.18" +Statistics = "1.11.1" +StructureFunctions = "0.3.0"