We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 926a60d commit a772154Copy full SHA for a772154
1 file changed
docs/Project.toml
@@ -35,9 +35,11 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
35
StyledStrings = "f489334b-da3d-4c2e-b8f0-e476e12c162b"
36
SymbolicIndexingInterface = "2efcf032-c050-4f8e-a9bb-153293bab1f5"
37
38
-[sources]
39
-NetworkDynamics = {path = ".."}
40
-NetworkDynamicsInspector = {path = "../NetworkDynamicsInspector"}
+[sources.NetworkDynamics]
+path = ".."
+
41
+[sources.NetworkDynamicsInspector]
42
+path = "../NetworkDynamicsInspector"
43
44
[compat]
45
Bonito = "≥0.0.1"
@@ -62,7 +64,7 @@ NonlinearSolve = "≥0.0.1"
62
64
OrdinaryDiffEqNonlinearSolve = "1.3.0"
63
65
OrdinaryDiffEqRosenbrock = "1.4.0"
66
OrdinaryDiffEqSDIRK = "1"
-OrdinaryDiffEqTsit5 = "1.1.0"
67
+OrdinaryDiffEqTsit5 = "1.1.0, 2"
68
Plots = "1.40.9"
69
Printf = "≥0.0.1"
70
Random = "≥0.0.1"
0 commit comments