diff --git a/docs/Project.toml b/docs/Project.toml index 8f5d17bd..ec42776c 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -13,5 +13,14 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" [compat] +Cairo = "1.1.1" +CairoMakie = "0.15.8" +DelimitedFiles = "1.9.1" +DifferentiationInterface = "0.7.16" Documenter = "1" DocumenterVitepress = "0.3" +Enzyme = "0.13.129" +LiveServer = "1.5.0" +Mooncake = "0.5.7" +RadialBasisFunctions = "0.3.0" +StaticArrays = "1.9.17" diff --git a/test/Project.toml b/test/Project.toml index 30d659fc..b296c6b4 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -17,3 +17,19 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" StaticArraysCore = "1e83bf80-4336-4d27-bf5d-d5a4f845583c" Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" + +[compat] +Adapt = "4.4.0" +DifferentiationInterface = "0.7.16" +Enzyme = "0.13.129" +EnzymeCore = "0.8.18" +FiniteDifferences = "0.12.33" +ForwardDiff = "1.3.2" +HaltonSequences = "0.2.0" +KernelAbstractions = "0.9.40" +Mooncake = "0.5.7" +RadialBasisFunctions = "0.3.0" +SafeTestsets = "0.1.0" +StaticArrays = "1.9.17" +StaticArraysCore = "1.4.4" +Statistics = "1.11.1"