-
Notifications
You must be signed in to change notification settings - Fork 2
/
Project.toml
33 lines (31 loc) · 1.15 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 = "HCIToolbox"
uuid = "b6cd55e5-4d02-4e12-b82c-005f67e784bf"
authors = ["Miles Lucas <[email protected]>"]
version = "0.6.4"
[deps]
CoordinateTransformations = "150eb455-5306-5404-9cee-2592286d6298"
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
ImageTransformations = "02fcd773-0e25-5acc-982a-7f6622650795"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LossFunctions = "30fc2ffe-d236-52d8-8643-a9d8f7c094a7"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
PaddedViews = "5432bcbf-9aad-5242-b902-cca2824c8663"
Rotations = "6038ab10-8711-5258-84ad-4b1120ba62dc"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[compat]
CoordinateTransformations = "0.5, 0.6"
FillArrays = "0.6, 0.7, 0.8, 0.9, 0.10, 0.11, 0.12, 0.13"
ImageTransformations = "0.9"
Interpolations = "0.12, 0.13"
LossFunctions = "0.11"
Optim = "1"
PaddedViews = "0.5"
Rotations = "1"
SpecialFunctions = "0.10, 1, 2"
StaticArrays = "0.12, 1"
StatsBase = "0.33"
julia = "1.5"