-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathProject.toml
More file actions
53 lines (49 loc) · 1.73 KB
/
Project.toml
File metadata and controls
53 lines (49 loc) · 1.73 KB
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
name = "ModelingToolkitTearing"
uuid = "6bb917b9-1269-42b9-9f7c-b0dca72083ab"
version = "1.12.0"
authors = ["Aayush Sabharwal <aayush.sabharwal@gmail.com>"]
[deps]
BipartiteGraphs = "caf10ac8-0290-4205-88aa-f15908547e8d"
CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
ModelingToolkitBase = "7771a370-6774-4173-bd38-47e70ca0b839"
Moshi = "2e0e35c7-a2e4-4343-998d-7ef72827ed2d"
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StateSelection = "64909d44-ed92-46a8-bbd9-f047dfbdc84b"
SymbolicIndexingInterface = "2efcf032-c050-4f8e-a9bb-153293bab1f5"
SymbolicUtils = "d1185830-fcd6-423d-90d6-eec64667417b"
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
[compat]
BipartiteGraphs = "0.1.3"
CommonSolve = "0.2"
DocStringExtensions = "0.7, 0.8, 0.9"
ForwardDiff = "1.3"
Graphs = "1"
LinearAlgebra = "1"
ModelingToolkit = "11"
ModelingToolkitBase = "1.23"
Moshi = "0.3"
OffsetArrays = "1"
OrderedCollections = "1.8.1"
SciMLBase = "2.108"
Setfield = "0.7, 0.8, 1"
SparseArrays = "1"
StateSelection = "1.9"
SymbolicIndexingInterface = "0.3"
SymbolicUtils = "4.3"
Symbolics = "7.15.1"
UUIDs = "1"
julia = "1.10"
[extras]
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "ModelingToolkit", "ForwardDiff"]