diff --git a/Project.toml b/Project.toml index a8b406c..a73771c 100644 --- a/Project.toml +++ b/Project.toml @@ -37,7 +37,7 @@ AllocCheck = "0.1.1" ArrayInterface = "7.7" Aqua = "0.8" CUDA = "5.2" -ChainRulesCore = "1.21" +ChainRulesCore = "1.22" ConcreteStructs = "0.2.3" DiffEqBase = "6.146" DiffResults = "1.1" @@ -54,7 +54,7 @@ PrecompileTools = "1.2" Random = "1.10" ReTestItems = "1.23" Reexport = "1.2" -SciMLBase = "2.23" +SciMLBase = "2.26.3" SciMLSensitivity = "7.56" StaticArrays = "1.9" StaticArraysCore = "1.4.2" diff --git a/ext/SimpleNonlinearSolveZygoteExt.jl b/ext/SimpleNonlinearSolveZygoteExt.jl index d2caa89..b29a152 100644 --- a/ext/SimpleNonlinearSolveZygoteExt.jl +++ b/ext/SimpleNonlinearSolveZygoteExt.jl @@ -9,4 +9,4 @@ function SimpleNonlinearSolve.__zygote_compute_nlls_vjp(f::F, u, p) where {F} return 2 .* only(pb(y)) end -end \ No newline at end of file +end diff --git a/src/utils.jl b/src/utils.jl index 7a52fde..2876ced 100644 --- a/src/utils.jl +++ b/src/utils.jl @@ -390,4 +390,4 @@ function __get_tolerance(x::Union{SArray, Number}, ::Nothing, ::Type{T}) where { end # Extension -function __zygote_compute_nlls_vjp end \ No newline at end of file +function __zygote_compute_nlls_vjp end