Skip to content
This repository was archived by the owner on Apr 16, 2025. It is now read-only.

Commit 7838ceb

Browse files
committed
Formatting and Downgrade
1 parent 66146a8 commit 7838ceb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Project.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ AllocCheck = "0.1.1"
3737
ArrayInterface = "7.7"
3838
Aqua = "0.8"
3939
CUDA = "5.2"
40-
ChainRulesCore = "1.21"
40+
ChainRulesCore = "1.22"
4141
ConcreteStructs = "0.2.3"
4242
DiffEqBase = "6.146"
4343
DiffResults = "1.1"
@@ -54,7 +54,7 @@ PrecompileTools = "1.2"
5454
Random = "1.10"
5555
ReTestItems = "1.23"
5656
Reexport = "1.2"
57-
SciMLBase = "2.23"
57+
SciMLBase = "2.26.3"
5858
SciMLSensitivity = "7.56"
5959
StaticArrays = "1.9"
6060
StaticArraysCore = "1.4.2"

ext/SimpleNonlinearSolveZygoteExt.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ function SimpleNonlinearSolve.__zygote_compute_nlls_vjp(f::F, u, p) where {F}
99
return 2 .* only(pb(y))
1010
end
1111

12-
end
12+
end

src/utils.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -390,4 +390,4 @@ function __get_tolerance(x::Union{SArray, Number}, ::Nothing, ::Type{T}) where {
390390
end
391391

392392
# Extension
393-
function __zygote_compute_nlls_vjp end
393+
function __zygote_compute_nlls_vjp end

0 commit comments

Comments
 (0)