-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathProject.toml
More file actions
40 lines (36 loc) · 1.28 KB
/
Project.toml
File metadata and controls
40 lines (36 loc) · 1.28 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
name = "BlockComponents"
uuid = "1ef5d832-be8e-447f-9f2c-8b5d17d15fd3"
authors = ["JuliaHub"]
version = "2.3.3"
[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DataInterpolations = "82cc6244-b520-54b8-b5a6-8a565e85f1d0"
DyadData = "cab12561-e36c-4498-ae70-c9a5e79fef2a"
DyadEcosystemDependencies = "7bc808db-8006-421e-b546-062440d520b7"
JuliaHub = "bc7fa6ce-b75e-4d60-89ad-56c957190b6e"
ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78"
OrdinaryDiffEqDefault = "50262376-6c5a-4cf5-baba-aaf4f84d72d7"
PreallocationTools = "d236fae5-4411-538c-8e31-a6e3d9e00b46"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
RuntimeGeneratedFunctions = "7e49a35a-f44a-4d26-94aa-eba1b4ca6b47"
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
[compat]
CSV = "0.10.15"
DataFrames = "1.7.0"
DataInterpolations = "7.2.0"
DyadEcosystemDependencies = "=0.9.2"
JuliaHub = "0.1.13"
ModelingToolkit = "9"
Plots = "1.40.9"
PreallocationTools = "0.4.25"
PrecompileTools = "1"
Symbolics = "6"
Test = "1"
[extras]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "CSV", "DataFrames", "Plots"]