Skip to content

Commit b97034f

Browse files
committed
further update project files
1 parent dff7568 commit b97034f

File tree

3 files changed

+22
-24
lines changed

3 files changed

+22
-24
lines changed

benchmark/Project.toml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,19 @@ NetworkDynamics = {path = ".."}
2525
[compat]
2626
AbstractTrees = "0.4.5"
2727
ArgParse = "1.2.0"
28+
CUDA = "≥0.0.1"
2829
CairoMakie = "0.13.1"
2930
Chairmarks = "1.3.1"
31+
Graphs = "≥0.0.1"
3032
Makie = "0.22.1"
3133
OrderedCollections = "1.7.0"
3234
PkgBenchmark = "0.2.12"
3335
PrettyTables = "2.4.0"
3436
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"
4137
SciMLBase = "≥0.0.1"
38+
StableRNGs = "1.0.2"
4239
StaticArrays = "≥0.0.1"
4340
StyledStrings = "≥0.0.1"
41+
ThreadPinning = "1.0.2"
4442
TimerOutputs = "≥0.0.1"
43+
UnicodePlots = "3.7.2"

docs/Project.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78"
1515
NetworkDynamics = "22e9dc34-2a0d-11e9-0de0-8588d035468b"
1616
OrdinaryDiffEqNonlinearSolve = "127b3ac7-2247-4354-8eb6-78cf4e7c58e8"
1717
OrdinaryDiffEqRosenbrock = "43230ef6-c299-4910-a778-202eb28ce4ce"
18+
OrdinaryDiffEqSDIRK = "2d112036-d095-4a1e-ab9a-08536f3ecdbf"
1819
OrdinaryDiffEqTsit5 = "b1df2697-797e-41e3-8120-5422d3b24e4a"
1920
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
2021
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
@@ -36,21 +37,20 @@ Distributions = "0.25.117"
3637
Documenter = "1.8.0"
3738
DynamicQuantities = "1.4.0"
3839
GraphMakie = "0.5.13"
40+
Graphs = "≥0.0.1"
3941
LaTeXStrings = "1.4.0"
4042
LinearInterpolations = "0.1.4"
4143
Literate = "2.20.1"
44+
ModelingToolkit = "≥0.0.1"
4245
OrdinaryDiffEqNonlinearSolve = "1.3.0"
4346
OrdinaryDiffEqRosenbrock = "1.4.0"
4447
OrdinaryDiffEqTsit5 = "1.1.0"
4548
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"
5149
Printf = "≥0.0.1"
5250
Random = "≥0.0.1"
5351
SciMLBase = "≥0.0.1"
52+
SimpleWeightedGraphs = "1.4.0"
53+
StableRNGs = "1.0.2"
5454
StaticArrays = "≥0.0.1"
5555
StyledStrings = "≥0.0.1"
5656
SymbolicIndexingInterface = "≥0.0.1"

test/Project.toml

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
4949
NetworkDynamics = {path = ".."}
5050

5151
[compat]
52+
Adapt = "≥0.0.1"
5253
Aqua = "0.8.9"
54+
CUDA = "≥0.0.1"
5355
CairoMakie = "0.13.1"
5456
Chairmarks = "1.3.1"
5557
DelimitedFiles = "1.9.1"
@@ -59,36 +61,33 @@ DifferentiationInterfaceTest = "0.9"
5961
DynamicQuantities = "1.4.0"
6062
ExplicitImports = "1.10.1"
6163
FiniteDiff = "2.26.2"
64+
ForwardDiff = "≥0.0.1"
6265
GraphMakie = "0.5.13"
66+
Graphs = "≥0.0.1"
67+
InteractiveUtils = "≥0.0.1"
68+
KernelAbstractions = "≥0.0.1"
69+
LinearAlgebra = "≥0.0.1"
6370
LinearInterpolations = "0.1.4"
6471
Logging = "1"
72+
ModelingToolkit = "≥0.0.1"
6573
OrderedCollections = "1.7.0"
6674
OrdinaryDiffEqNonlinearSolve = "1.3.0"
6775
OrdinaryDiffEqRosenbrock = "1.4.0"
6876
OrdinaryDiffEqSDIRK = "1.2.0"
6977
OrdinaryDiffEqTsit5 = "1.1.0"
7078
Pkg = "1"
7179
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"
8580
Printf = "≥0.0.1"
8681
Random = "≥0.0.1"
82+
SafeTestsets = "0.1.0"
8783
SciMLBase = "≥0.0.1"
84+
SimpleWeightedGraphs = "1.4.0"
8885
SparseArrays = "≥0.0.1"
86+
StableRNGs = "1.0.2"
8987
Static = "≥0.0.1"
9088
StaticArrays = "≥0.0.1"
9189
SteadyStateDiffEq = "≥0.0.1"
9290
SymbolicIndexingInterface = "≥0.0.1"
9391
Symbolics = "≥0.0.1"
92+
Test = "1"
9493
TimerOutputs = "≥0.0.1"

0 commit comments

Comments
 (0)