-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathProject.toml
More file actions
50 lines (46 loc) · 1.59 KB
/
Copy pathProject.toml
File metadata and controls
50 lines (46 loc) · 1.59 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
authors = ["jClugstor <jadonclugston@gmail.com> and contributors"]
name = "BaseModelica"
uuid = "a17d5099-185d-4ff5-b5d3-51aa4569e56d"
version = "1.10.0"
[compat]
Aqua = "0.8"
CondaPkg = "0.2.33"
DiffEqBase = "7.5"
MLStyle = "0.4.17"
ModelingToolkit = "11.24.0"
ModelingToolkitBase = "1.34.0"
OrdinaryDiffEq = "7"
ParserCombinator = "2"
PrecompileTools = "1.2.1"
Pkg = "1"
PythonCall = "0.9.29"
SciMLBase = "3"
SymbolicIndexingInterface = "0.3"
SymbolicUtils = "4"
Symbolics = "7.35"
SafeTestsets = "0.1"
SciMLTesting = "2.4"
Test = "1.10"
julia = "1.10"
[deps]
CondaPkg = "992eb4ea-22a4-4c89-a5bb-47a3300528ab"
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
MLStyle = "d8e11817-5142-5d16-987a-aa16d5891078"
ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78"
ModelingToolkitBase = "7771a370-6774-4173-bd38-47e70ca0b839"
ParserCombinator = "fae87a5f-d1ad-5cf0-8f61-c941e1580b46"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
SymbolicIndexingInterface = "2efcf032-c050-4f8e-a9bb-153293bab1f5"
SymbolicUtils = "d1185830-fcd6-423d-90d6-eec64667417b"
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
SciMLTesting = "09d9d899-5365-40a9-917a-5f67fddea283"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Aqua", "Pkg", "SafeTestsets", "SciMLTesting", "OrdinaryDiffEq", "Test"]