forked from OpenModelica/OpenModelicaLibraryTesting
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
27 lines (22 loc) · 805 Bytes
/
Project.toml
File metadata and controls
27 lines (22 loc) · 805 Bytes
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
name = "TestBaseModelica"
uuid = "bba3f925-4bbc-4b14-b723-9b95a7c9c63c"
version = "0.1.0"
authors = ["AnHeuermann <38031952+AnHeuermann@users.noreply.github.com>"]
[deps]
BaseModelica = "a17d5099-185d-4ff5-b5d3-51aa4569e56d"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78"
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
[sources]
BaseModelica = {rev = "main", url = "https://github.com/SciML/BaseModelica.jl.git"}
[compat]
ModelingToolkit = "11"
OrdinaryDiffEq = "6"
SciMLBase = "2"
[extras]
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["SafeTestsets", "Test"]