-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProject.toml
31 lines (27 loc) · 966 Bytes
/
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
name = "ModelingToolkitSampledData"
uuid = "2363c322-4785-4cde-be74-4d9c1119527e"
authors = ["Fredrik Bagge Carlson"]
version = "0.1.1"
[deps]
DiffEqCallbacks = "459566f4-90b8-5000-8ac3-15dfb0a30def"
JuliaSimCompiler = "8391cb6b-4921-5777-4e45-fd9aab8cb88d"
ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78"
ModelingToolkitStandardLibrary = "16a59e39-deab-5bd0-87e4-056b12336739"
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
[compat]
DiffEqCallbacks = "~3.8"
JuliaSimCompiler = "0.1.19"
ModelingToolkit = "9"
ModelingToolkitStandardLibrary = "2"
OrdinaryDiffEq = "6.89"
Random = "1"
StableRNGs = "1"
julia = "1.10"
[extras]
ControlSystemsBase = "aaaaaaaa-a6ca-5380-bf3e-84a91bcd477e"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["ControlSystemsBase", "Test", "Statistics"]