-
Notifications
You must be signed in to change notification settings - Fork 15
/
Project.toml
47 lines (43 loc) · 1.63 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
name = "ReferenceTests"
uuid = "324d217c-45ce-50fc-942e-d289b448e8cf"
authors = ["Christof Stocker <[email protected]>", "Frames White <[email protected]>", "Johnny Chen <[email protected]>"]
version = "0.10.5"
[deps]
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
DeepDiffs = "ab62b9b5-e342-54a8-a765-a90f495de1a6"
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
ImageCore = "a09fc81d-aa75-5fe9-8630-4744c3626534"
LazyModules = "8cdb02fc-e678-4876-92c5-9defec4f444e"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SHA = "ea8e919c-243c-51af-8825-aaa63cd721ce"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
XTermColors = "c8c2cc18-de81-4e68-b407-38a3a0c0491f"
[compat]
BSON = "0.3"
Colors = "0.10 - 0.13"
CSVFiles = "1"
DataFrames = "0.21 - 0.22, 1"
DeepDiffs = "1"
Distances = "0.7 - 0.10"
FileIO = "1"
ImageCore = "0.8.1, 0.9, 0.10"
ImageMagick = "0.7, 1"
ImageTransformations = "0.8 - 0.10"
LazyModules = "0.3"
Plots = "= 1.39.0"
TestImages = "0.6, 1"
XTermColors = "0.2"
julia = "1.6"
[extras]
BSON = "fbb218c0-5317-5bc6-957e-2ee96dd4b1f0"
CSVFiles = "5d742f6a-9f54-50ce-8119-2520741973ca"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
ImageIO = "82e4d734-157c-48bb-816b-45c225c6df19"
ImageMagick = "6218d12a-5da1-5696-b52f-db25d2ecc6d1"
ImageTransformations = "02fcd773-0e25-5acc-982a-7f6622650795"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
TestImages = "5e47fb64-e119-507b-a336-dd2b206d9990"
[targets]
test = ["BSON", "CSVFiles", "DataFrames", "ImageIO", "ImageMagick", "ImageTransformations", "Logging", "Plots", "TestImages"]