-
Notifications
You must be signed in to change notification settings - Fork 5
/
Project.toml
49 lines (47 loc) · 1.75 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
name = "ADI"
uuid = "904a6c7d-4c1b-562f-9573-ab2e7e1c7946"
authors = ["Miles Lucas <[email protected]>"]
version = "0.9.1"
[deps]
BiweightStats = "5bf8a1e9-d5f8-4697-9608-80edd97af0ad"
ConcreteStructs = "2569d6c7-a4a2-43d3-a901-331e8e4be471"
CoordinateTransformations = "150eb455-5306-5404-9cee-2592286d6298"
Dierckx = "39dd38d3-220a-591b-8e3c-4c3a8c710a94"
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
HCIToolbox = "b6cd55e5-4d02-4e12-b82c-005f67e784bf"
ImageTransformations = "02fcd773-0e25-5acc-982a-7f6622650795"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
NMF = "6ef6ca0d-6ad7-5ff6-b225-e928bfa0a386"
Photometry = "af68cb61-81ac-52ed-8703-edc140936be4"
ProgressLogging = "33c8b6b6-d38a-422a-b730-caa89a2f386c"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Rotations = "6038ab10-8711-5258-84ad-4b1120ba62dc"
Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
StaticKernels = "4c63dfa8-a427-4548-bd2f-4c19e87a7dc7"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
[compat]
ConcreteStructs = "0.2"
CoordinateTransformations = "0.5, 0.6"
Dierckx = "0.4, 0.5"
Distances = "0.10"
Distributions = "0.23, 0.24, 0.25"
FillArrays = "0.8, 0.9, 0.10, 0.11,1"
HCIToolbox = "0.6.2"
ImageTransformations = "0.8,0.9,0.10"
NMF = "0.5.3,1"
Photometry = "0.9"
ProgressLogging = "0.1"
Reexport = "0.2, 1"
Rotations = "1"
Setfield = "0.7,1"
StaticArrays = "0.12, 1.0"
StaticKernels = "0.5, 0.6, 0.7, 0.8"
StatsBase = "0.33"
StructArrays = "0.4, 0.5, 0.6"
julia = "1.6"