forked from niccolo99mandelli/JHistint.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
58 lines (56 loc) · 1.86 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
name = "JHistint"
uuid = "f9cb9bd9-7498-4774-9389-dea22f18ae4d"
authors = ["niccolo_mandelli <[email protected]>"]
repo = "https://github.com/niccolo99mandelli/JHistint.jl.git"
version = "0.1.5"
[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
GeometryBasics = "5c1252a2-5f33-56bf-86c9-59e7332b4326"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
ImageMagick = "6218d12a-5da1-5696-b52f-db25d2ecc6d1"
ImageSegmentation = "80713f31-8817-5129-9cf8-209ff8fb23e1"
ImageView = "86fae568-95e7-573e-a6b2-d8a6b900c9ef"
Images = "916415d5-f1e6-5110-898d-aaa5f9f070e0"
IndirectArrays = "9b13fd28-a010-5f03-acff-a1bbcff69959"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
J_Space = "fd1b0027-9d6f-49b5-97ba-2af5672b046a"
Karnak = "cd156443-31ad-4f6f-850f-a93ee5f75905"
LightGraphs = "093fc24a-ae57-5d10-9952-331d41423f4d"
Luxor = "ae8d54c2-7ccd-5906-9d76-62fc9837b5bc"
MetaGraphs = "626554b9-1ddb-594c-aa3c-2596fe9399a5"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SQLite = "0aa819cd-b072-5ff4-a722-6bc24af294d9"
SimpleWeightedGraphs = "47aef6b3-ad0c-573a-a1e2-d07658019622"
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
VoronoiCells = "e3e34ffb-84e9-5012-9490-92c94d0c60a4"
ZipFile = "a5390f91-8eb1-5f08-bee0-b1d1ffed6cea"
[compat]
DataFrames = "1.5"
Documenter = "0.27"
FileIO = "1.16"
GeometryBasics = "0.4"
Graphs = "1.8"
HTTP = "1"
ImageMagick = "1.2"
ImageSegmentation = "1.8"
ImageView = "0.11"
Images = "0.25"
IndirectArrays = "1"
JSON = "0.21"
J_Space = "0.1"
Karnak = "0.5"
LightGraphs = "1.3"
Luxor = "3,7"
MetaGraphs = "0.7"
Plots = "1.39"
SQLite = "1"
SimpleWeightedGraphs = "1.3"
TOML = "1"
VoronoiCells = "0.4"
ZipFile = "0.10"
julia = "1"