-
Notifications
You must be signed in to change notification settings - Fork 28
/
Project.toml
39 lines (37 loc) · 1.17 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
name = "MIRT"
uuid = "7035ae7a-3787-11e9-139a-5545ed3dc201"
authors = ["fessler <[email protected]>"]
version = "0.18.2"
[deps]
AVSfldIO = "b6189060-daf9-4c28-845a-cc0984b81781"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
ImageFiltering = "6a3955dd-da59-5b1f-98d4-e7296123deb5"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
LazyGrids = "7031d0ef-c40d-4431-b2f8-61a8d2f650db"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LinearMapsAA = "599c1a8e-b958-11e9-0d14-b1e6b2ecea07"
NFFT = "efe261a4-0d2b-5849-be55-fc731d526b0d"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SharedArrays = "1a1011a3-84de-559e-8e89-a11a2f7dc383"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Wavelets = "29a6e085-ba6d-5f35-a997-948ac2efa89a"
[compat]
AVSfldIO = "0.2"
Distributed = "1"
FFTW = "1"
FileIO = "1"
ImageFiltering = "0.7"
Interpolations = "0.15"
LazyGrids = "1"
LinearAlgebra = "1"
LinearMapsAA = "0.12"
NFFT = "0.13"
Random = "1"
SharedArrays = "1"
SparseArrays = "1"
SpecialFunctions = "2"
Wavelets = "0.10"
julia = "1.10"