-
Notifications
You must be signed in to change notification settings - Fork 1
/
Project.toml
35 lines (33 loc) · 1.14 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
name = "QuantitativeSusceptibilityMappingTGV"
uuid = "bd393529-335a-4aed-902f-5de61cc7ff49"
authors = ["Korbinian Eckstein [email protected]"]
version = "0.5.1"
[deps]
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
ImageFiltering = "6a3955dd-da59-5b1f-98d4-e7296123deb5"
ImageMorphology = "787d08f9-d448-5407-9aad-5290dd7ab264"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
PaddedViews = "5432bcbf-9aad-5242-b902-cca2824c8663"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
ROMEO = "1ea8258b-a15d-4adb-ad20-01632f467a84"
Rotations = "6038ab10-8711-5258-84ad-4b1120ba62dc"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[compat]
FFTW = "1.7"
ImageFiltering = "0.7"
ImageMorphology = "0.4"
Interpolations = "0.14, 0.15"
KernelAbstractions = "0.9"
LinearAlgebra = "1.7"
OffsetArrays = "1.12"
PaddedViews = "0.5.12"
ProgressMeter = "1.7"
ROMEO = "1.0"
Rotations = "1.5"
StaticArrays = "1.6"
Statistics = "1.7"
julia = "1.7"