-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathProject.toml
More file actions
32 lines (28 loc) · 1.02 KB
/
Project.toml
File metadata and controls
32 lines (28 loc) · 1.02 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
name = "ImageMorphology"
uuid = "787d08f9-d448-5407-9aad-5290dd7ab264"
version = "0.4.7"
[deps]
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
ImageCore = "a09fc81d-aa75-5fe9-8630-4744c3626534"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LoopVectorization = "bdcacae8-1622-11e9-2a5c-532679323890"
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
TiledIteration = "06e1c1a7-607b-532d-9fad-de7d9aa2abac"
[compat]
DataStructures = "0.19"
Documenter = "0.24, 0.25, 0.26, 0.27"
ImageCore = "0.9, 0.10"
LoopVectorization = "0.12"
OffsetArrays = "1.9"
Requires = "1"
TiledIteration = "0.3.1, 0.4, 0.5"
julia = "1.6"
[extras]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
ImageMetadata = "bc367c6b-8a6b-528e-b4bd-a4b897500b49"
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Documenter", "ImageMetadata", "OffsetArrays", "Suppressor", "Test"]