We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6af2bb1 commit 56bdc7dCopy full SHA for 56bdc7d
docs/Project.toml
@@ -27,8 +27,8 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
27
StyledStrings = "f489334b-da3d-4c2e-b8f0-e476e12c162b"
28
SymbolicIndexingInterface = "2efcf032-c050-4f8e-a9bb-153293bab1f5"
29
30
-[sources]
31
-NetworkDynamics = {path = ".."}
+[sources.NetworkDynamics]
+path = ".."
32
33
[compat]
34
CairoMakie = "0.13.1"
@@ -44,6 +44,7 @@ Literate = "2.20.1"
44
ModelingToolkit = "≥0.0.1"
45
OrdinaryDiffEqNonlinearSolve = "1.3.0"
46
OrdinaryDiffEqRosenbrock = "1.4.0"
47
+OrdinaryDiffEqSDIRK = "1"
48
OrdinaryDiffEqTsit5 = "1.1.0"
49
Plots = "1.40.9"
50
Printf = "≥0.0.1"
0 commit comments