-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathProject.toml
More file actions
32 lines (28 loc) · 959 Bytes
/
Project.toml
File metadata and controls
32 lines (28 loc) · 959 Bytes
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 = "RegisterCore"
uuid = "67712758-55e7-5c3c-8e85-dda1d7758434"
version = "1.0.1"
authors = ["Tim Holy <tim.holy@gmail.com>"]
[deps]
CenterIndexedArrays = "46a7138f-0d70-54e1-8ada-fb8296f91f24"
ImageCore = "a09fc81d-aa75-5fe9-8630-4744c3626534"
ImageFiltering = "6a3955dd-da59-5b1f-98d4-e7296123deb5"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
[compat]
Aqua = "0.8"
CenterIndexedArrays = "0.2, 1"
ExplicitImports = "1"
ImageCore = "0.8.1, 0.9, 0.10"
ImageFiltering = "0.5, 0.6, 0.7"
ImageMetadata = "0.9"
Interpolations = "0.13, 0.14, 0.15, 0.16"
Requires = "1"
Test = "1"
julia = "1.1"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
ExplicitImports = "7d51a73a-1435-4ff3-83d9-f097790105c7"
ImageMetadata = "bc367c6b-8a6b-528e-b4bd-a4b897500b49"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Aqua", "ExplicitImports", "ImageMetadata", "Interpolations", "Test"]