-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
28 lines (24 loc) · 849 Bytes
/
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
name = "LocalBinaryPatterns"
uuid = "182d5feb-7f97-4ee5-8ac5-0fa9e747ecb3"
authors = ["Johnny Chen <[email protected]>"]
version = "0.1.0"
[deps]
ImageCore = "a09fc81d-aa75-5fe9-8630-4744c3626534"
IntegralArrays = "1d092043-8f09-5a30-832f-7509e371ab51"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
TiledIteration = "06e1c1a7-607b-532d-9fad-de7d9aa2abac"
[compat]
ImageCore = "0.8, 0.9"
IntegralArrays = "0.1.2"
Interpolations = "0.12, 0.13"
StaticArrays = "0.12, 1"
TiledIteration = "0.2, 0.3"
julia = "1"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Aqua", "Documenter", "Statistics", "Test"]