Skip to content

Commit

Permalink
chore: fix compat entries
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Oct 31, 2024
1 parent 6ef8905 commit bec897f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/NonlinearSolveBase/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ SciMLBase = "2.50"
SciMLJacobianOperators = "0.1.1"
SciMLOperators = "0.3.10"
SparseArrays = "1.10"
SparseMatrixColorings = "0.4.8"
SparseMatrixColorings = "0.4.5"
StaticArraysCore = "1.4"
SymbolicIndexingInterface = "0.3.31"
Test = "1.10"
Expand Down
4 changes: 2 additions & 2 deletions lib/NonlinearSolveFirstOrder/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ConcreteStructs = "0.2.3"
DiffEqBase = "6.155.3"
Enzyme = "0.13.12"
ExplicitImports = "1.5"
FiniteDiff = "2.26.0"
FiniteDiff = "2.24"
ForwardDiff = "0.10.36"
Hwloc = "3"
InteractiveUtils = "<0.0.1, 1"
Expand All @@ -54,7 +54,7 @@ SciMLJacobianOperators = "0.1.0"
Setfield = "1.1.1"
SparseArrays = "1.10"
SparseConnectivityTracer = "0.6.8"
SparseMatrixColorings = "0.4.8"
SparseMatrixColorings = "0.4.5"
StableRNGs = "1"
StaticArrays = "1.9.8"
StaticArraysCore = "1.4.3"
Expand Down
2 changes: 1 addition & 1 deletion lib/NonlinearSolveQuasiNewton/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ConcreteStructs = "0.2.3"
DiffEqBase = "6.155.3"
Enzyme = "0.13.12"
ExplicitImports = "1.5"
FiniteDiff = "2.26.0"
FiniteDiff = "2.24"
ForwardDiff = "0.10.36"
Hwloc = "3"
InteractiveUtils = "<0.0.1, 1"
Expand Down
2 changes: 1 addition & 1 deletion lib/SciMLJacobianOperators/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ DifferentiationInterface = "0.6.16"
Enzyme = "0.13.11"
ExplicitImports = "1.9.0"
FastClosures = "0.3.2"
FiniteDiff = "2.24.0"
FiniteDiff = "2.24"
ForwardDiff = "0.10.36"
InteractiveUtils = "<0.0.1, 1"
LinearAlgebra = "1.10"
Expand Down
2 changes: 1 addition & 1 deletion lib/SimpleNonlinearSolve/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ DifferentiationInterface = "0.6.16"
Enzyme = "0.13.11"
ExplicitImports = "1.9"
FastClosures = "0.3.2"
FiniteDiff = "2.24.0"
FiniteDiff = "2.24"
ForwardDiff = "0.10.36"
InteractiveUtils = "<0.0.1, 1"
LineSearch = "0.1.3"
Expand Down

0 comments on commit bec897f

Please sign in to comment.