-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathProject.toml
36 lines (32 loc) · 1.1 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
name = "BlockSystems"
uuid = "4663d367-db1f-4bef-81e7-dc1bd7f7b428"
authors = ["Hans Würfel <[email protected]> and contributors"]
version = "0.4.6"
[deps]
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
SimpleNonlinearSolve = "727e6d20-b764-4bd8-a329-72de5adea6c7"
SymbolicUtils = "d1185830-fcd6-423d-90d6-eec64667417b"
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
[compat]
DocStringExtensions = "0.7, 0.8, 0.9"
Graphs = "1.4"
ModelingToolkit = "8"
PrecompileTools = "1"
Reexport = "1"
SciMLBase = "1,2"
SimpleNonlinearSolve = "1"
SymbolicUtils = "1"
Symbolics = "5"
julia = "1.6"
[extras]
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "OrdinaryDiffEq"]