-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathProject.toml
61 lines (57 loc) · 2.05 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
50
51
52
53
54
55
56
57
58
59
60
61
name = "CameraCalibrations"
uuid = "70c3cbac-2c23-4b2d-966c-5a25c0a540fb"
authors = ["Yakir <[email protected]> and contributors"]
version = "0.7.3"
[deps]
CondaPkg = "992eb4ea-22a4-4c89-a5bb-47a3300528ab"
CoordinateTransformations = "150eb455-5306-5404-9cee-2592286d6298"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
ImageBase = "c817782e-172a-44cc-b673-b171935fbb9e"
ImageDraw = "4381153b-2b60-58ae-a1ba-fd683676385f"
ImageIO = "82e4d734-157c-48bb-816b-45c225c6df19"
ImageTransformations = "02fcd773-0e25-5acc-982a-7f6622650795"
JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
OpenCV_jll = "33b9d88c-85f9-5d73-bd91-4e2b95a9aa0b"
Polynomials = "f27b6e38-b328-58d1-80ce-0feddd5e7a45"
PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Rotations = "6038ab10-8711-5258-84ad-4b1120ba62dc"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StructTypes = "856f2bd8-1eba-4b0a-8007-ebc267875bd4"
[compat]
Aqua = "0.8"
ColorTypes = "0.12.0"
CondaPkg = "0.2"
CoordinateTransformations = "0.6"
FileIO = "1"
ImageBase = "0.1.7"
ImageDraw = "0.2"
ImageIO = "0.6"
ImageTransformations = "0.9, 0.10"
JSON3 = "1.14.1"
LinearAlgebra = "1"
OpenCV_jll = "4.10.0"
PaddedViews = "0.5.12"
Polynomials = "3, 4"
PythonCall = "0.9"
Random = "1.10"
Rotations = "1"
StaticArrays = "1"
Statistics = "1"
StructTypes = "1.11.0"
Test = "1"
julia = "1.10"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
ImageTransformations = "02fcd773-0e25-5acc-982a-7f6622650795"
JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
PaddedViews = "5432bcbf-9aad-5242-b902-cca2824c8663"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Aqua", "ColorTypes", "FileIO", "ImageTransformations", "JSON3", "LinearAlgebra", "PaddedViews", "StaticArrays", "Test"]