-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProject.toml
33 lines (29 loc) · 1.01 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
name = "BlockRegistration"
uuid = "96be3cfc-dfc9-41f0-9424-fd41ed36fd5e"
author = ["Tim Holy <[email protected]", "Cody Greer <[email protected]>"]
version = "0.2.3"
[deps]
CachedInterpolations = "b9709bfb-d23d-5560-8276-8c35c4b76823"
CenterIndexedArrays = "46a7138f-0d70-54e1-8ada-fb8296f91f24"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
RegisterCore = "67712758-55e7-5c3c-8e85-dda1d7758434"
RegisterDeformation = "c19381b7-cf49-59d7-881c-50dfbd227eaf"
RegisterFit = "36121b08-3789-5198-aff2-59a3443d9b59"
RegisterHindsight = "73fda715-febb-5522-a0fc-086e91958f61"
RegisterOptimize = "b981a1b5-4587-53b0-9c3d-454c648f6f8d"
RegisterPenalty = "464fa2a9-b19c-5c59-8698-f58c971f971e"
[compat]
CachedInterpolations = "0.1"
CenterIndexedArrays = "0.2"
Reexport = "1"
RegisterCore = "0.2.2"
RegisterDeformation = "0.3, 0.4"
RegisterFit = "0.1, 0.2"
RegisterHindsight = "0.1, 0.2"
RegisterOptimize = "0.3"
RegisterPenalty = "0.2, 0.3"
julia = "1.10"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]