-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathProject.toml
More file actions
79 lines (73 loc) · 2.8 KB
/
Project.toml
File metadata and controls
79 lines (73 loc) · 2.8 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
name = "Corleone"
uuid = "2751e0db-33e9-4374-b36d-b7219e1e6b40"
authors = ["Carl Julius Martensen <carl.martensen@ovgu.de>", "Christoph Plate <christoph.plate@ovgu.de>", "and contributors"]
version = "0.0.3"
[deps]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Functors = "d9f16b24-f501-4c13-a1f2-28368ffc5196"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LuxCore = "bb33d45b-7691-41d6-9220-0943567d0623"
OhMyThreads = "67456a42-1dca-4109-a031-0a68de7e3ad5"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
RuntimeGeneratedFunctions = "7e49a35a-f44a-4d26-94aa-eba1b4ca6b47"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
SciMLStructures = "53ae85a6-f571-4167-b2af-e1d143709226"
SymbolicIndexingInterface = "2efcf032-c050-4f8e-a9bb-153293bab1f5"
[weakdeps]
ComponentArrays = "b0b7db55-cfe3-40fc-9ded-d10e2dbeff66"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba"
[extensions]
CorleoneComponentArraysExtension = "ComponentArrays"
CorleoneMakieExtension = "Makie"
[compat]
Aqua = "0.8"
ChainRulesCore = "1"
ComponentArrays = "0.15"
Distributed = "1"
DocStringExtensions = "0.9"
ForwardDiff = "1.2"
Functors = "0.5"
Ipopt = "1.10"
JET = "0.9"
LinearAlgebra = "1"
LuxCore = "1.4"
Makie = "0.24"
ModelingToolkit = "11"
OhMyThreads = "0.8"
Optimization = "5"
OptimizationMOI = "1"
OrdinaryDiffEqBDF = "1"
OrdinaryDiffEqTsit5 = "1"
Random = "1"
RecursiveArrayTools = "3.30"
Reexport = "1.2"
RuntimeGeneratedFunctions = "0.5"
SafeTestsets = "0.1"
SciMLBase = "2.110"
SciMLSensitivity = "7.87"
SciMLStructures = "1.7"
SymbolicIndexingInterface = "0.3"
Test = "1"
julia = "1.10"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
ComponentArrays = "b0b7db55-cfe3-40fc-9ded-d10e2dbeff66"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
Ipopt = "b6b21f68-93f8-5de0-b562-5493be1d77c9"
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78"
Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba"
OptimizationMOI = "fd9f6733-72f4-499f-8506-86b2bdd0dea1"
OrdinaryDiffEqBDF = "6ad6398a-0878-4a85-9266-38940aa047c8"
OrdinaryDiffEqTsit5 = "b1df2697-797e-41e3-8120-5422d3b24e4a"
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
SciMLSensitivity = "1ed8b502-d754-442c-8d5d-10ac956f44a1"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Aqua", "ComponentArrays", "Test", "OrdinaryDiffEqTsit5", "OrdinaryDiffEqBDF", "LinearAlgebra", "JET", "SciMLSensitivity", "Optimization", "OptimizationMOI", "Ipopt", "SafeTestsets", "ForwardDiff", "ModelingToolkit"]