Skip to content

Commit cb21e06

Browse files
committed
add compat bounds
1 parent 51ef0d0 commit cb21e06

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

benchmark/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ CairoMakie = "0.13.1"
3030
Chairmarks = "1.3.1"
3131
Graphs = "≥0.0.1"
3232
Makie = "0.22.1"
33+
NetworkDynamics = "≥0.0.1"
3334
OrderedCollections = "1.7.0"
3435
PkgBenchmark = "0.2.12"
3536
PrettyTables = "2.4.0"

docs/Project.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,10 @@ LaTeXStrings = "1.4.0"
4444
LinearInterpolations = "0.1.4"
4545
Literate = "2.20.1"
4646
ModelingToolkit = "≥0.0.1"
47+
NetworkDynamics = "≥0.0.1"
4748
OrdinaryDiffEqNonlinearSolve = "1.3.0"
4849
OrdinaryDiffEqRosenbrock = "1.4.0"
50+
OrdinaryDiffEqSDIRK = "1"
4951
OrdinaryDiffEqTsit5 = "1.1.0"
5052
Plots = "1.40.9"
5153
Printf = "≥0.0.1"

test/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ LinearAlgebra = "≥0.0.1"
7070
LinearInterpolations = "0.1.4"
7171
Logging = "1"
7272
ModelingToolkit = "≥0.0.1"
73+
NetworkDynamics = "≥0.0.1"
7374
OrderedCollections = "1.7.0"
7475
OrdinaryDiffEqNonlinearSolve = "1.3.0"
7576
OrdinaryDiffEqRosenbrock = "1.4.0"

0 commit comments

Comments
 (0)