-
Notifications
You must be signed in to change notification settings - Fork 32
/
Project.toml
38 lines (33 loc) · 1.09 KB
/
Project.toml
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
name = "LinearOperators"
uuid = "5c8ed15e-5a4c-59e4-a42b-c7e8811fb125"
version = "2.9.0"
[deps]
FastClosures = "9aa1b823-49e4-5ca5-8b0f-3971ec8bab6a"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
[weakdeps]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
LDLFactorizations = "40e66cde-538c-5869-a4ad-c39174c6795b"
[extensions]
LinearOperatorsChainRulesCoreExt = "ChainRulesCore"
LinearOperatorsCUDAExt = "CUDA"
LinearOperatorsLDLFactorizationsExt = "LDLFactorizations"
[compat]
ChainRulesCore = "1"
CUDA = "4, 5"
FastClosures = "0.2, 0.3"
LDLFactorizations = "0.9, 0.10"
LinearAlgebra = "1"
Printf = "1"
Requires = "1"
SparseArrays = "1"
TimerOutputs = "^0.5"
julia = "^1.6.0"
[extras]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
LDLFactorizations = "40e66cde-538c-5869-a4ad-c39174c6795b"