File tree Expand file tree Collapse file tree 3 files changed +22
-24
lines changed Expand file tree Collapse file tree 3 files changed +22
-24
lines changed Original file line number Diff line number Diff line change @@ -25,20 +25,19 @@ NetworkDynamics = {path = ".."}
25
25
[compat ]
26
26
AbstractTrees = " 0.4.5"
27
27
ArgParse = " 1.2.0"
28
+ CUDA = " ≥0.0.1"
28
29
CairoMakie = " 0.13.1"
29
30
Chairmarks = " 1.3.1"
31
+ Graphs = " ≥0.0.1"
30
32
Makie = " 0.22.1"
31
33
OrderedCollections = " 1.7.0"
32
34
PkgBenchmark = " 0.2.12"
33
35
PrettyTables = " 2.4.0"
34
36
ProgressMeter = " 1.10.2"
35
- StableRNGs = " 1.0.2"
36
- ThreadPinning = " 1.0.2"
37
- UnicodePlots = " 3.7.2"
38
- # the ones below are bound by NetworkDynamics.jl
39
- CUDA = " ≥0.0.1"
40
- Graphs = " ≥0.0.1"
41
37
SciMLBase = " ≥0.0.1"
38
+ StableRNGs = " 1.0.2"
42
39
StaticArrays = " ≥0.0.1"
43
40
StyledStrings = " ≥0.0.1"
41
+ ThreadPinning = " 1.0.2"
44
42
TimerOutputs = " ≥0.0.1"
43
+ UnicodePlots = " 3.7.2"
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78"
15
15
NetworkDynamics = " 22e9dc34-2a0d-11e9-0de0-8588d035468b"
16
16
OrdinaryDiffEqNonlinearSolve = " 127b3ac7-2247-4354-8eb6-78cf4e7c58e8"
17
17
OrdinaryDiffEqRosenbrock = " 43230ef6-c299-4910-a778-202eb28ce4ce"
18
+ OrdinaryDiffEqSDIRK = " 2d112036-d095-4a1e-ab9a-08536f3ecdbf"
18
19
OrdinaryDiffEqTsit5 = " b1df2697-797e-41e3-8120-5422d3b24e4a"
19
20
Plots = " 91a5bcdd-55d7-5caf-9e0b-520d859cae80"
20
21
Printf = " de0858da-6303-5e67-8744-51eddeeeb8d7"
@@ -36,21 +37,20 @@ Distributions = "0.25.117"
36
37
Documenter = " 1.8.0"
37
38
DynamicQuantities = " 1.4.0"
38
39
GraphMakie = " 0.5.13"
40
+ Graphs = " ≥0.0.1"
39
41
LaTeXStrings = " 1.4.0"
40
42
LinearInterpolations = " 0.1.4"
41
43
Literate = " 2.20.1"
44
+ ModelingToolkit = " ≥0.0.1"
42
45
OrdinaryDiffEqNonlinearSolve = " 1.3.0"
43
46
OrdinaryDiffEqRosenbrock = " 1.4.0"
44
47
OrdinaryDiffEqTsit5 = " 1.1.0"
45
48
Plots = " 1.40.9"
46
- SimpleWeightedGraphs = " 1.4.0"
47
- StableRNGs = " 1.0.2"
48
- # the ones below are bound by NetworkDynamics.jl
49
- Graphs = " ≥0.0.1"
50
- ModelingToolkit = " ≥0.0.1"
51
49
Printf = " ≥0.0.1"
52
50
Random = " ≥0.0.1"
53
51
SciMLBase = " ≥0.0.1"
52
+ SimpleWeightedGraphs = " 1.4.0"
53
+ StableRNGs = " 1.0.2"
54
54
StaticArrays = " ≥0.0.1"
55
55
StyledStrings = " ≥0.0.1"
56
56
SymbolicIndexingInterface = " ≥0.0.1"
Original file line number Diff line number Diff line change @@ -49,7 +49,9 @@ TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
49
49
NetworkDynamics = {path = " .." }
50
50
51
51
[compat ]
52
+ Adapt = " ≥0.0.1"
52
53
Aqua = " 0.8.9"
54
+ CUDA = " ≥0.0.1"
53
55
CairoMakie = " 0.13.1"
54
56
Chairmarks = " 1.3.1"
55
57
DelimitedFiles = " 1.9.1"
@@ -59,36 +61,33 @@ DifferentiationInterfaceTest = "0.9"
59
61
DynamicQuantities = " 1.4.0"
60
62
ExplicitImports = " 1.10.1"
61
63
FiniteDiff = " 2.26.2"
64
+ ForwardDiff = " ≥0.0.1"
62
65
GraphMakie = " 0.5.13"
66
+ Graphs = " ≥0.0.1"
67
+ InteractiveUtils = " ≥0.0.1"
68
+ KernelAbstractions = " ≥0.0.1"
69
+ LinearAlgebra = " ≥0.0.1"
63
70
LinearInterpolations = " 0.1.4"
64
71
Logging = " 1"
72
+ ModelingToolkit = " ≥0.0.1"
65
73
OrderedCollections = " 1.7.0"
66
74
OrdinaryDiffEqNonlinearSolve = " 1.3.0"
67
75
OrdinaryDiffEqRosenbrock = " 1.4.0"
68
76
OrdinaryDiffEqSDIRK = " 1.2.0"
69
77
OrdinaryDiffEqTsit5 = " 1.1.0"
70
78
Pkg = " 1"
71
79
Plots = " 1.40.9"
72
- SafeTestsets = " 0.1.0"
73
- SimpleWeightedGraphs = " 1.4.0"
74
- StableRNGs = " 1.0.2"
75
- Test = " 1"
76
- # the ones below are bound by NetworkDynamics.jl
77
- Adapt = " ≥0.0.1"
78
- CUDA = " ≥0.0.1"
79
- ForwardDiff = " ≥0.0.1"
80
- Graphs = " ≥0.0.1"
81
- InteractiveUtils = " ≥0.0.1"
82
- KernelAbstractions = " ≥0.0.1"
83
- LinearAlgebra = " ≥0.0.1"
84
- ModelingToolkit = " ≥0.0.1"
85
80
Printf = " ≥0.0.1"
86
81
Random = " ≥0.0.1"
82
+ SafeTestsets = " 0.1.0"
87
83
SciMLBase = " ≥0.0.1"
84
+ SimpleWeightedGraphs = " 1.4.0"
88
85
SparseArrays = " ≥0.0.1"
86
+ StableRNGs = " 1.0.2"
89
87
Static = " ≥0.0.1"
90
88
StaticArrays = " ≥0.0.1"
91
89
SteadyStateDiffEq = " ≥0.0.1"
92
90
SymbolicIndexingInterface = " ≥0.0.1"
93
91
Symbolics = " ≥0.0.1"
92
+ Test = " 1"
94
93
TimerOutputs = " ≥0.0.1"
You can’t perform that action at this time.
0 commit comments