-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathProject.toml
More file actions
48 lines (44 loc) · 1.56 KB
/
Project.toml
File metadata and controls
48 lines (44 loc) · 1.56 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 = "RegisterFit"
uuid = "36121b08-3789-5198-aff2-59a3443d9b59"
version = "1.0.1"
authors = ["Tim Holy <tim.holy@gmail.com>"]
[deps]
CenterIndexedArrays = "46a7138f-0d70-54e1-8ada-fb8296f91f24"
CoordinateTransformations = "150eb455-5306-5404-9cee-2592286d6298"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NLsolve = "2774e3e8-f4cf-5e23-947b-6d7e65073b56"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
RegisterCore = "67712758-55e7-5c3c-8e85-dda1d7758434"
RegisterPenalty = "464fa2a9-b19c-5c59-8698-f58c971f971e"
RegisterUtilities = "d4862ba2-f42c-5aeb-af4f-96a8884a16c4"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[compat]
Aqua = "0.8"
CenterIndexedArrays = "1"
CoordinateTransformations = "0.5, 0.6"
Documenter = "1"
ExplicitImports = "1"
ImageBase = "0.1"
ImageTransformations = "0.10"
Interpolations = "0.12, 0.13, 0.14, 0.15, 0.16"
LinearAlgebra = "1"
NLsolve = "4"
Optim = "0.22, 1"
RegisterCore = "1"
RegisterPenalty = "1"
RegisterUtilities = "1"
StaticArrays = "0.10, 0.11, 0.12, 1"
Statistics = "1"
Test = "1"
julia = "1.10"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
ExplicitImports = "7d51a73a-1435-4ff3-83d9-f097790105c7"
ImageBase = "c817782e-172a-44cc-b673-b171935fbb9e"
ImageTransformations = "02fcd773-0e25-5acc-982a-7f6622650795"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Aqua", "Documenter", "ExplicitImports", "ImageBase", "ImageTransformations", "Test"]