-
-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy pathProject.toml
More file actions
27 lines (23 loc) · 744 Bytes
/
Project.toml
File metadata and controls
27 lines (23 loc) · 744 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 = "ODEProblemLibrary"
uuid = "fdc4e326-1af4-4b90-96e7-779fcce2daa5"
version = "0.1.8"
[deps]
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
Latexify = "23fbe1c1-3f47-55db-b15f-69d7ec21a316"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RuntimeGeneratedFunctions = "7e49a35a-f44a-4d26-94aa-eba1b4ca6b47"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[compat]
Aqua = "0.5"
DiffEqBase = "6"
Latexify = "0.16"
ModelingToolkit = "9"
RuntimeGeneratedFunctions = "0.5"
julia = "1.10"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
[targets]
test = ["Aqua"]