-
-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathProject.toml
More file actions
76 lines (71 loc) · 2.79 KB
/
Copy pathProject.toml
File metadata and controls
76 lines (71 loc) · 2.79 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
name = "BoundaryValueDiffEqMIRK"
uuid = "1a22d4ce-7765-49ea-b6f2-13c8438986a6"
authors = ["Qingyu Qu <erikqqy123@gmail.com>"]
version = "1.17.2"
[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
BandedMatrices = "aae01518-5342-5314-be14-df237901396f"
BoundaryValueDiffEqCore = "56b672f2-a5fe-4263-ab2d-da677488eb3a"
ConcreteStructs = "2569d6c7-a4a2-43d3-a901-331e8e4be471"
DifferentiationInterface = "a0c0ee7d-e4b9-4e03-894e-1c5f64a51d63"
FastAlmostBandedMatrices = "9d29842c-ecb8-4973-b1e9-a27b1157504e"
FastClosures = "9aa1b823-49e4-5ca5-8b0f-3971ec8bab6a"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
PreallocationTools = "d236fae5-4411-538c-8e31-a6e3d9e00b46"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Preferences = "21216c6a-2e73-6563-6e65-726566657250"
RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
SciMLStructures = "53ae85a6-f571-4167-b2af-e1d143709226"
Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
[sources]
BoundaryValueDiffEqCore = {path = "../BoundaryValueDiffEqCore"}
[compat]
ADTypes = "1.14"
ArrayInterface = "7.18"
BandedMatrices = "1.7.5"
BoundaryValueDiffEqCore = "2.2"
ConcreteStructs = "0.2.3"
DiffEqDevTools = "2.44, 3"
DifferentiationInterface = "0.7.15"
FastAlmostBandedMatrices = "0.1.4"
FastClosures = "0.3.2"
ForwardDiff = "0.10.38, 1"
KernelAbstractions = "0.9"
LinearAlgebra = "1.10"
LinearSolve = "2.36.2, 3, 4.2"
OptimizationIpopt = "1.2.2"
OrdinaryDiffEqRosenbrock = "1, 2"
PreallocationTools = "1.2"
PrecompileTools = "1.2"
Preferences = "1.4"
Random = "1.10"
RecursiveArrayTools = "3.27.0, 4"
Reexport = "1.2"
SafeTestsets = "0.1.0"
SciMLBase = "3.30"
SciMLStructures = "1.7.0"
SciMLTesting = "2.1"
Setfield = "1.1.1"
SparseArrays = "1.10"
StaticArrays = "1.9.8"
Test = "1.10"
julia = "1.10"
[extras]
DiffEqDevTools = "f3b72e0c-5b89-59e1-b016-84e28bfd966d"
LinearSolve = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
OptimizationIpopt = "43fad042-7963-4b32-ab19-e2a4f9a67124"
OrdinaryDiffEqRosenbrock = "43230ef6-c299-4910-a778-202eb28ce4ce"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
SciMLTesting = "09d9d899-5365-40a9-917a-5f67fddea283"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["DiffEqDevTools", "LinearSolve", "OptimizationIpopt", "OrdinaryDiffEqRosenbrock", "Random", "RecursiveArrayTools", "SafeTestsets", "SciMLTesting", "StaticArrays", "Test"]