diff --git a/docs/Project.toml b/docs/Project.toml index b328c3ba..9b11ed0f 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -15,4 +15,14 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" [compat] +ADTypes = "1.21.0" +ComponentArrays = "0.15.30" +DifferentiationInterface = "0.7.13" Documenter = "1.3" +FiniteDiff = "2.29.0" +ForwardDiff = "1.3.1" +ImplicitDifferentiation = "0.9.1" +Literate = "2.21.0" +NLsolve = "4.5.1" +Optim = "2.0.0" +Zygote = "0.7.10" diff --git a/test/Project.toml b/test/Project.toml index 41019f99..5bd794f0 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -37,11 +37,12 @@ Documenter = "1.12.0" ExplicitImports = "1" FiniteDiff = "2.27.0" ForwardDiff = "0.10.36, 1" +ImplicitDifferentiation = "0.9.1" JET = "0.9, 0.10, 0.11" KrylovKit = "0.10.2" LinearAlgebra = "1" NLsolve = "4.5.1" -Optim = "1.12.0" +Optim = "1.12.0, 2.0" Random = "1" SparseArrays = "1" StaticArrays = "1.9.13"