-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathProject.toml
46 lines (42 loc) · 1.37 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
name = "ImageUtils"
uuid = "8ad4436d-4835-5a14-8bce-3ae014d2950b"
authors = ["Tobias Knopp <[email protected]>"]
version = "0.2.12"
[deps]
AxisArrays = "39de3d68-74b9-583c-8d2d-e117c070f3a9"
ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4"
ColorVectorSpace = "c3611d14-8923-5661-9e6a-0046d554d3a4"
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
FixedPointNumbers = "53c48c17-4a7d-5ca2-90c5-79b7896eea93"
ImageMagick = "6218d12a-5da1-5696-b52f-db25d2ecc6d1"
Images = "916415d5-f1e6-5110-898d-aaa5f9f070e0"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Roots = "f2b01f46-fcfa-551c-844a-d8ac1e96c665"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
TestImages = "5e47fb64-e119-507b-a336-dd2b206d9990"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
NIfTI = "a3a9e032-41b5-5fc4-967a-a6b7a19844d3"
[compat]
AxisArrays = "0.4"
ColorSchemes = "3"
ColorVectorSpace = "0.9, 0.10"
Colors = "0.12"
FFTW = "1.0"
FixedPointNumbers = "0.8"
ImageMagick = "1.3"
Images = "0.24, 0.25, 0.26"
Interpolations = "0.14"
Reexport = "1.0"
Roots = "1,2"
TestImages = "1.3.1"
Unitful = "1.2"
julia = "1.6"
NIfTI = "0.6"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]