-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProject.toml
44 lines (43 loc) · 1.45 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
[deps]
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
Finch = "9177782c-1635-4eb9-9bfb-d9dfa25e6bce"
GZip = "92fee26a-97fe-5a0c-ad85-20a5f3185b63"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
Images = "916415d5-f1e6-5110-898d-aaa5f9f070e0"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
MLDatasets = "eb30cadb-4394-5ae3-aed4-317e484a6458"
MatrixDepot = "b51810bb-c9f3-55da-ae3c-350fc1fbce05"
OpenCV = "f878e3a2-a245-4720-8660-60795d644f2a"
Scratch = "6c6a2e73-6563-6170-7368-637461726353"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
SimpleWeightedGraphs = "47aef6b3-ad0c-573a-a1e2-d07658019622"
TensorMarket = "8b7d4fe7-0b45-4d0d-9dd8-5cc9b23b4b77"
TestImages = "5e47fb64-e119-507b-a336-dd2b206d9990"
ZipFile = "a5390f91-8eb1-5f08-bee0-b1d1ffed6cea"
[compat]
ArgParse = "1.2"
BenchmarkTools = "1.5"
CSV = "0.10.5"
DataFrames = "1.7"
DataStructures = "0.18.20"
DelimitedFiles = "1.9.1"
Finch = "1.1.0"
GZip = "0.6.2"
Graphs = "1.9"
Images = "0.26.1"
JSON = "0.21.4"
MLDatasets = "0.7.18"
MatrixDepot = "1.0.11"
OpenCV = "4.5.3"
Scratch = "1.2.1"
SimpleWeightedGraphs = "1.4"
TensorMarket = "0.2"
TestImages = "1.8"
ZipFile = "0.10.1"
julia = "1.10.7, 1.10"