-
-
Notifications
You must be signed in to change notification settings - Fork 80
Expand file tree
/
Copy pathProject.toml
More file actions
70 lines (66 loc) · 2.54 KB
/
Project.toml
File metadata and controls
70 lines (66 loc) · 2.54 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
name = "Sundials"
uuid = "c3572dad-4567-51f8-b174-8c6c989267f4"
version = "5.1.0"
authors = ["Chris Rackauckas <accounts@chrisrackauckas.com>"]
[deps]
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LinearSolve = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
NonlinearSolveBase = "be0214bd-f91f-a760-ac4e-3421ce2b2da0"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Sundials_jll = "fb77eaff-e24c-56d4-86b1-d163f2edb164"
SymbolicIndexingInterface = "2efcf032-c050-4f8e-a9bb-153293bab1f5"
[compat]
ADTypes = "1"
Accessors = "0.1.38"
AlgebraicMultigrid = "1"
ArrayInterface = "7.17.1"
CEnum = "0.5"
DAEProblemLibrary = "0.1"
DataStructures = "0.18, 0.19"
DiffEqBase = "6.190.2"
DiffEqCallbacks = "4"
DifferentiationInterface = "0.6, 0.7"
ForwardDiff = "0.10"
IncompleteLU = "0.2"
Libdl = "1"
LinearAlgebra = "1"
LinearSolve = "3.40.0"
Logging = "1"
ModelingToolkit = "10"
NonlinearSolveBase = "1.16, 2"
ODEProblemLibrary = "1"
PrecompileTools = "1"
Reexport = "1.0"
SafeTestsets = "0.1"
SciMLBase = "2.119.0"
SparseArrays = "1"
SparseConnectivityTracer = "1"
Sundials_jll = "7.4.1"
SymbolicIndexingInterface = "0.3.35"
Test = "1"
julia = "1.10"
[extras]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
AlgebraicMultigrid = "2169fc97-5a83-5252-b627-83903c6c433c"
DAEProblemLibrary = "dfb8ca35-80a1-48ba-a605-84916a45b4f8"
DiffEqCallbacks = "459566f4-90b8-5000-8ac3-15dfb0a30def"
DifferentiationInterface = "a0c0ee7d-e4b9-4e03-894e-1c5f64a51d63"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
IncompleteLU = "40713840-3770-5561-ab4c-a76e7d0d7895"
ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78"
ODEProblemLibrary = "fdc4e326-1af4-4b90-96e7-779fcce2daa5"
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
SparseConnectivityTracer = "9f842d2f-2579-4b1d-911e-f412cf18a3f5"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "ADTypes", "AlgebraicMultigrid", "DiffEqCallbacks", "ODEProblemLibrary", "DAEProblemLibrary", "ForwardDiff", "DifferentiationInterface", "SparseConnectivityTracer", "IncompleteLU", "ModelingToolkit", "SafeTestsets"]