-
Notifications
You must be signed in to change notification settings - Fork 12
/
Project.toml
75 lines (71 loc) · 2.54 KB
/
Project.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
name = "NetworkDynamics"
uuid = "22e9dc34-2a0d-11e9-0de0-8588d035468b"
authors = ["Frank Hellmann <[email protected]>, Michael Lindner <[email protected]>, Hans Würfel <[email protected]"]
version = "0.9.3"
[deps]
ArgCheck = "dce04be8-c92d-5529-be00-80e4d2c0e197"
Atomix = "a9b6321e-bd34-4604-b9c9-b65b8de01458"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
FastClosures = "9aa1b823-49e4-5ca5-8b0f-3971ec8bab6a"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Mixers = "2a8e4939-dab8-5edc-8f64-72a8776f13de"
NNlib = "872c559c-99b0-510c-b3b7-b6c96a88d5cd"
NonlinearSolve = "8913a72c-1f9b-4ce2-8d82-65094dcecaec"
Polyester = "f517fe37-dbe3-4b94-8317-1923a5111588"
PreallocationTools = "d236fae5-4411-538c-8e31-a6e3d9e00b46"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
SteadyStateDiffEq = "9672c7b4-1e72-59bd-8a11-6ac3964bc41f"
StyledStrings = "f489334b-da3d-4c2e-b8f0-e476e12c162b"
SymbolicIndexingInterface = "2efcf032-c050-4f8e-a9bb-153293bab1f5"
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
[weakdeps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78"
[extensions]
CUDAExt = ["CUDA", "Adapt"]
MTKExt = "ModelingToolkit"
[compat]
Adapt = "4.0.4"
ArgCheck = "2.3.0"
Atomix = "0.1.0"
CUDA = "5.5.2"
DocStringExtensions = "0.9.3"
FastClosures = "0.3.2"
ForwardDiff = "0.10.36"
Graphs = "1"
InteractiveUtils = "1"
KernelAbstractions = "0.9.18"
LinearAlgebra = "1"
Mixers = "0.1.2"
ModelingToolkit = "9"
NNlib = "0.9.13"
NonlinearSolve = "4"
Polyester = "0.7.12"
PreallocationTools = "0.4.23"
PrecompileTools = "1.2.1"
Printf = "1.10.0"
Random = "1"
RecursiveArrayTools = "3.27.0"
SciMLBase = "2"
SparseArrays = "1"
Static = "1.1.1"
StaticArrays = "1.9.4"
SteadyStateDiffEq = "2.2.0"
StyledStrings = "1.0.3"
SymbolicIndexingInterface = "0.3.27"
Symbolics = "~6.19.0"
TimerOutputs = "0.5.23"
julia = "1.10"