-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathProject.toml
More file actions
65 lines (59 loc) · 2.06 KB
/
Project.toml
File metadata and controls
65 lines (59 loc) · 2.06 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
name = "LinearOperatorCollection"
uuid = "a4a2c56f-fead-462a-a3ab-85921a5f2575"
authors = ["Tobias Knopp <tobias.knopp@tuhh.de> and contributors"]
version = "2.4.1"
[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
OhMyThreads = "67456a42-1dca-4109-a031-0a68de7e3ad5"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
LinearOperators = "5c8ed15e-5a4c-59e4-a42b-c7e8811fb125"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
JLArrays = "27aeb0d3-9eb9-45fb-866b-73c2ecf80fcb"
NonuniformFFTs = "cd96f58b-6017-4a02-bb9e-f4d81626177f"
NFFT = "efe261a4-0d2b-5849-be55-fc731d526b0d"
Wavelets = "29a6e085-ba6d-5f35-a997-948ac2efa89a"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
RadonKA = "86de8297-835b-47df-b249-c04e8db91db5"
[compat]
Aqua = "0.8"
julia = "1.9"
GPUArrays = "11"
InteractiveUtils = "1"
KernelAbstractions = "0.9"
JLArrays = "0.2"
AbstractNFFTs = "0.9"
LinearAlgebra = "1"
LinearOperators = "2.13"
OhMyThreads = "0.8"
NonuniformFFTs = "0.9"
NFFT = "0.14"
RadonKA = "0.6"
Random = "1"
Wavelets = "0.9, 0.10"
Reexport = "1.0"
SparseArrays = "1"
Test = "1"
FFTW = "1.0"
[weakdeps]
AbstractNFFTs = "7f219486-4aa7-41d6-80a7-e08ef20ceed7"
GPUArrays = "0c68f7d7-f131-5f86-a1c3-88cf8149b2d7"
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
NFFT = "efe261a4-0d2b-5849-be55-fc731d526b0d"
NonuniformFFTs = "cd96f58b-6017-4a02-bb9e-f4d81626177f"
Wavelets = "29a6e085-ba6d-5f35-a997-948ac2efa89a"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
RadonKA = "86de8297-835b-47df-b249-c04e8db91db5"
[targets]
test = ["Test", "Aqua", "FFTW", "Wavelets", "NFFT", "NonuniformFFTs", "RadonKA"]
[extensions]
LinearOperatorNFFTExt = ["AbstractNFFTs", "FFTW"]
LinearOperatorNonuniformFFTsExt = ["AbstractNFFTs", "NonuniformFFTs", "FFTW"]
LinearOperatorFFTWExt = "FFTW"
LinearOperatorWaveletExt = "Wavelets"
LinearOperatorGPUArraysExt = "GPUArrays"
LinearOperatorRadonKAExt = "RadonKA"