Skip to content

Commit c835d1e

Browse files
committed
bump versions
1 parent 4f65720 commit c835d1e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

NetworkDynamicsInspector/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ NetworkDynamics = {path = ".."}
2727
NetworkDynamicsInspectorElectronExt = ["Electron"]
2828

2929
[compat]
30-
Bonito = "4.0.0"
30+
Bonito = "4.0.4"
3131
ColorSchemes = "3.29.0"
3232
Colors = "0.13.0"
3333
Downloads = "1.6.0"

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ DataFrames = "1"
5757
DiffEqCallbacks = "4.2.2"
5858
DocStringExtensions = "0.9.3"
5959
FastClosures = "0.3.2"
60-
ForwardDiff = "0.10.36"
60+
ForwardDiff = "0.10.36, 1"
6161
Graphs = "1"
6262
InteractiveUtils = "1"
6363
KernelAbstractions = "0.9.18"

src/initialization.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ function initialize_component!(cf; verbose=true, apply_bound_transformation=true
274274
else
275275
resid = init_residual(cf; recalc=true)
276276
if resid < 1e-10
277-
verbose && @info "No free variables! Residual $(LinearAlgebra.norm(resid))"
277+
verbose && @info "No free variables! Residual $(LinearAlgebra.norm(resid))"
278278
else
279279
@warn "No free variables! However model does not appear to be initialized in steady state. Residual $(LinearAlgebra.norm(resid))"
280280
end

test/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ DataFrames = "≥0.0.1"
6262
DataInterpolations = "7, 8"
6363
DelimitedFiles = "1.9.1"
6464
DiffEqCallbacks = "4.1.0"
65-
DifferentiationInterface = "0.6.32"
66-
DifferentiationInterfaceTest = "0.9"
65+
DifferentiationInterface = "0.6, 0.7"
66+
DifferentiationInterfaceTest = "0.10"
6767
DynamicQuantities = "1.4.0"
6868
ExplicitImports = "1.10.1"
6969
FiniteDiff = "2.26.2"

0 commit comments

Comments
 (0)