forked from JuliaImageRecon/LinearOperatorCollection.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
48 lines (42 loc) · 1.46 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
39
40
41
42
43
44
45
46
47
48
name = "LinearOperatorCollection"
uuid = "a4a2c56f-fead-462a-a3ab-85921a5f2575"
authors = ["Tobias Knopp <[email protected]> and contributors"]
version = "2.0.6"
[deps]
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
LinearOperators = "5c8ed15e-5a4c-59e4-a42b-c7e8811fb125"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
JLArrays = "27aeb0d3-9eb9-45fb-866b-73c2ecf80fcb"
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]
julia = "1.9"
GPUArrays = "8, 9, 10"
JLArrays = "0.1"
NFFT = "0.13"
LinearOperators = "2.3.3"
RadonKA = "0.6"
Wavelets = "0.9, 0.10"
Reexport = "1.0"
FFTW = "1.0"
[weakdeps]
GPUArrays = "0c68f7d7-f131-5f86-a1c3-88cf8149b2d7"
NFFT = "efe261a4-0d2b-5849-be55-fc731d526b0d"
Wavelets = "29a6e085-ba6d-5f35-a997-948ac2efa89a"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
RadonKA = "86de8297-835b-47df-b249-c04e8db91db5"
[targets]
test = ["Test", "FFTW", "Wavelets", "NFFT", "JLArrays", "RadonKA"]
[extensions]
LinearOperatorNFFTExt = ["NFFT", "FFTW"]
LinearOperatorFFTWExt = "FFTW"
LinearOperatorWaveletExt = "Wavelets"
LinearOperatorGPUArraysExt = "GPUArrays"
LinearOperatorRadonKAExt = "RadonKA"