-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathProject.toml
More file actions
40 lines (36 loc) · 1.16 KB
/
Project.toml
File metadata and controls
40 lines (36 loc) · 1.16 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
name = "LinearOperators"
uuid = "5c8ed15e-5a4c-59e4-a42b-c7e8811fb125"
version = "2.13.0"
[deps]
FastClosures = "9aa1b823-49e4-5ca5-8b0f-3971ec8bab6a"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
[weakdeps]
AMDGPU = "21141c5a-9bdb-4563-92ae-f87d6854732e"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
JLArrays = "27aeb0d3-9eb9-45fb-866b-73c2ecf80fcb"
LDLFactorizations = "40e66cde-538c-5869-a4ad-c39174c6795b"
Metal = "dde4c033-4e86-420c-a63e-0dd931031962"
[extensions]
LinearOperatorsAMDGPUExt = "AMDGPU"
LinearOperatorsCUDAExt = "CUDA"
LinearOperatorsChainRulesCoreExt = "ChainRulesCore"
LinearOperatorsJLArraysExt = "JLArrays"
LinearOperatorsLDLFactorizationsExt = "LDLFactorizations"
LinearOperatorsMetalExt = "Metal"
[compat]
AMDGPU = "2.2.0"
CUDA = "5.9.6"
ChainRulesCore = "1"
FastClosures = "0.3"
JLArrays = "0.3"
LDLFactorizations = "0.10"
LinearAlgebra = "1.10"
Metal = "1.9.1"
Printf = "1.10"
SparseArrays = "1.10"
TimerOutputs = "0.5"
julia = "1.10"