-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
48 lines (44 loc) · 1.59 KB
/
Project.toml
File metadata and controls
48 lines (44 loc) · 1.59 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
name = "RegisterHindsight"
uuid = "73fda715-febb-5522-a0fc-086e91958f61"
version = "1.0.0"
authors = ["Tim Holy <tim.holy@gmail.com>"]
[deps]
ImageCore = "a09fc81d-aa75-5fe9-8630-4744c3626534"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
RegisterDeformation = "c19381b7-cf49-59d7-881c-50dfbd227eaf"
RegisterPenalty = "464fa2a9-b19c-5c59-8698-f58c971f971e"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[compat]
Aqua = "0.8"
Documenter = "1"
ExplicitImports = "1"
ForwardDiff = "0.10, 1"
ImageCore = "0.8.1, 0.9, 0.10"
ImageMagick = "1"
Interpolations = "0.15, 0.16"
OffsetArrays = "0.10, 0.11, 1"
ProgressMeter = "0.7, 0.8, 0.9, 1"
Random = "1"
RegisterCore = "1"
RegisterDeformation = "1"
RegisterMismatch = "1"
RegisterPenalty = "1"
StaticArrays = "0.10, 0.11, 0.12, 1"
Test = "1"
TestImages = "1"
julia = "1.10"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
ExplicitImports = "7d51a73a-1435-4ff3-83d9-f097790105c7"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
ImageMagick = "6218d12a-5da1-5696-b52f-db25d2ecc6d1"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RegisterCore = "67712758-55e7-5c3c-8e85-dda1d7758434"
RegisterMismatch = "3c0dd727-6833-5f5d-a1e8-c0d421935c74"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TestImages = "5e47fb64-e119-507b-a336-dd2b206d9990"
[targets]
test = ["Aqua", "Documenter", "ExplicitImports", "Test", "ForwardDiff", "ImageMagick", "Random", "RegisterCore", "RegisterMismatch", "TestImages"]