-
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathProject.toml
More file actions
33 lines (29 loc) · 986 Bytes
/
Copy pathProject.toml
File metadata and controls
33 lines (29 loc) · 986 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
28
29
30
31
32
33
name = "MATLABDiffEq"
uuid = "e2752cbe-bcf4-5895-8727-84ebc14a76bd"
version = "1.8.0"
[deps]
MATLAB = "10e44e05-a98a-55b3-a45b-ba969058deb6"
ModelingToolkitBase = "7771a370-6774-4173-bd38-47e70ca0b839"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
SciMLPublic = "431bcebd-1456-4ced-9d72-93c2757fff0b"
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
[compat]
MATLAB = "0.8.1, 0.9, 0.10"
ModelingToolkitBase = "1.30"
ParameterizedFunctions = "5"
PrecompileTools = "1.2.1"
SafeTestsets = "0.1"
SciMLBase = "3.28.4"
SciMLPublic = "1"
SciMLTesting = "2.4"
Symbolics = "7.39.2"
Test = "<0.0.1, 1"
julia = "1.10"
[extras]
ParameterizedFunctions = "65888b18-ceab-5e60-b2b9-181511a3b968"
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
SciMLTesting = "09d9d899-5365-40a9-917a-5f67fddea283"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "ParameterizedFunctions", "SafeTestsets", "SciMLTesting"]