Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ PrecompileTools = "1.2"
Preferences = "1.4"
Random = "1.10"
ReTestItems = "1.24"
Reexport = "1.2"
Reexport = "1.2.2"
SIAMFANLEquations = "1.0.1"
SciMLBase = "2.69"
SimpleNonlinearSolve = "2.1"
Expand Down
2 changes: 1 addition & 1 deletion lib/BracketingNonlinearSolve/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ForwardDiff = "0.10.36, 1"
InteractiveUtils = "<0.0.1, 1"
NonlinearSolveBase = "1.1"
PrecompileTools = "1.2"
Reexport = "1.2"
Reexport = "1.2.2"
SciMLBase = "2.69"
Test = "1.10"
TestItemRunner = "1"
Expand Down
2 changes: 1 addition & 1 deletion lib/NonlinearSolveFirstOrder/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Pkg = "1.10"
PrecompileTools = "1.2"
Random = "1.10"
ReTestItems = "1.24"
Reexport = "1"
Reexport = "1.2.2"
SciMLBase = "2.69"
SciMLJacobianOperators = "0.1.0"
Setfield = "1.1.1"
Expand Down
2 changes: 1 addition & 1 deletion lib/NonlinearSolveQuasiNewton/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ NonlinearSolveBase = "1.4"
Pkg = "1.10"
PrecompileTools = "1.2"
ReTestItems = "1.24"
Reexport = "1"
Reexport = "1.2.2"
SciMLBase = "2.69"
SciMLOperators = "0.4, 1"
StableRNGs = "1"
Expand Down
2 changes: 1 addition & 1 deletion lib/NonlinearSolveSciPy/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ NonlinearSolveBase = "1.4"
PrecompileTools = "1.2"
PythonCall = "0.9"
ReTestItems = "1.24"
Reexport = "1"
Reexport = "1.2.2"
SciMLBase = "2.69"
Test = "1.10"
julia = "1.10"
Expand Down
2 changes: 1 addition & 1 deletion lib/NonlinearSolveSpectralMethods/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ NonlinearSolveBase = "1.4"
Pkg = "1.10"
PrecompileTools = "1.2"
ReTestItems = "1.24"
Reexport = "1"
Reexport = "1.2.2"
SciMLBase = "2.69"
StableRNGs = "1"
StaticArrays = "1.9.8"
Expand Down
2 changes: 1 addition & 1 deletion lib/SCCNonlinearSolve/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ NonlinearSolveFirstOrder = "1"
Pkg = "1.10"
PrecompileTools = "1.2"
ReTestItems = "1.24"
Reexport = "1"
Reexport = "1.2.2"
SciMLBase = "2.69"
StableRNGs = "1"
StaticArrays = "1.9.8"
Expand Down
2 changes: 1 addition & 1 deletion lib/SimpleNonlinearSolve/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Pkg = "1.10"
PolyesterForwardDiff = "0.1.3"
PrecompileTools = "1.2"
Random = "1.10"
Reexport = "1.2"
Reexport = "1.2.2"
ReverseDiff = "1.15"
SciMLBase = "2.69"
Setfield = "1.1.1"
Expand Down
Loading