diff --git a/Project.toml b/Project.toml index d451a1f7..8bf6c640 100644 --- a/Project.toml +++ b/Project.toml @@ -49,9 +49,9 @@ LinearAlgebra = "1.10" Optimisers = "0.3, 0.4" Mooncake = "0.5.25" Reactant = "0.2.15" -RecursiveArrayTools = "3.8" +RecursiveArrayTools = "3.8, 4.1" ReverseDiff = "1.15" -SciMLBase = "2" +SciMLBase = "2, 3.3" StaticArrayInterface = "1" StaticArraysCore = "1.4" Tracker = "0.2.37" diff --git a/test/Project.toml b/test/Project.toml index a55fcc8f..d807ef9e 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -13,3 +13,16 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c" Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d" + +[compat] +ArrayInterface = "7.23.0" +BenchmarkTools = "1.8.0" +ComponentArrays = "0.15.36" +ForwardDiff = "1.3.3" +Functors = "0.5.2" +InvertedIndices = "1.3.1" +LabelledArrays = "1.19.0" +OffsetArrays = "1.17.0" +StaticArrays = "1.9.18" +Tracker = "0.2.38" +Unitful = "1.28.0"