Skip to content

Commit 5cb0b15

Browse files
Fix downgrade CI
1 parent 4acd7da commit 5cb0b15

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ BracketingNonlinearSolve = "1"
7575
CUDA = "5.5"
7676
CommonSolve = "0.2.4"
7777
ConcreteStructs = "0.2.3"
78-
DiffEqBase = "6.158.3"
78+
DiffEqBase = "6.178.0"
7979
DifferentiationInterface = "0.7"
8080
Enzyme = "0.13.11"
8181
ExplicitImports = "1.5"

docs/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ AlgebraicMultigrid = "0.5, 0.6, 1"
3636
ArrayInterface = "6, 7"
3737
BenchmarkTools = "1"
3838
BracketingNonlinearSolve = "1"
39-
DiffEqBase = "6.158.3"
39+
DiffEqBase = "6.178.0"
4040
DifferentiationInterface = "0.6.16, 0.7"
4141
Documenter = "1"
4242
DocumenterCitations = "1"

lib/NonlinearSolveBase/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ BandedMatrices = "1.5"
5353
CommonSolve = "0.2.4"
5454
Compat = "4.15"
5555
ConcreteStructs = "0.2.3"
56-
DiffEqBase = "6.158.3"
56+
DiffEqBase = "6.178.0"
5757
DifferentiationInterface = "0.7"
5858
EnzymeCore = "0.8"
5959
ExplicitImports = "1.10.1"

lib/NonlinearSolveFirstOrder/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ BandedMatrices = "1.7.5"
3434
BenchmarkTools = "1.5.0"
3535
CommonSolve = "0.2.4"
3636
ConcreteStructs = "0.2.3"
37-
DiffEqBase = "6.158.3"
37+
DiffEqBase = "6.178.0"
3838
Enzyme = "0.13.12"
3939
ExplicitImports = "1.5"
4040
FiniteDiff = "2.24"

lib/NonlinearSolveQuasiNewton/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ ArrayInterface = "7.16.0"
3434
BenchmarkTools = "1.5.0"
3535
CommonSolve = "0.2.4"
3636
ConcreteStructs = "0.2.3"
37-
DiffEqBase = "6.158.3"
37+
DiffEqBase = "6.178.0"
3838
Enzyme = "0.13.12"
3939
ExplicitImports = "1.5"
4040
FiniteDiff = "2.24"

lib/NonlinearSolveSpectralMethods/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Aqua = "0.8"
2828
BenchmarkTools = "1.5.0"
2929
CommonSolve = "0.2.4"
3030
ConcreteStructs = "0.2.3"
31-
DiffEqBase = "6.158.3"
31+
DiffEqBase = "6.178.0"
3232
ExplicitImports = "1.5"
3333
ForwardDiff = "0.10.36, 1"
3434
Hwloc = "3"

lib/SimpleNonlinearSolve/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ BracketingNonlinearSolve = "1.1"
4949
ChainRulesCore = "1.24"
5050
CommonSolve = "0.2.4"
5151
ConcreteStructs = "0.2.3"
52-
DiffEqBase = "6.158.3"
52+
DiffEqBase = "6.178.0"
5353
DifferentiationInterface = "0.7"
5454
Enzyme = "0.13.11"
5555
ExplicitImports = "1.9"

0 commit comments

Comments
 (0)