-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathProject.toml
68 lines (66 loc) · 2.28 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
62
63
64
65
66
67
68
name = "PicoQuant"
uuid = "2db47837-5a65-4a20-8d0f-8ec2491baa53"
authors = ["Niall Moran <[email protected]>"]
version = "0.1.5"
[deps]
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
Cairo = "159f3aea-2a34-519c-b102-8c37f9878175"
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
Compose = "a81c6b42-2e10-5240-aca2-a61377ecd94b"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
EllipsisNotation = "da5c29d0-fa7d-589e-88eb-ea29b0a81949"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
GraphIO = "aa1b3936-2fda-51b9-ab35-c553d3a640a2"
GraphPlot = "a2cc645c-3eea-5389-862e-a155d0052231"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
IJulia = "7073ff75-c697-5162-941a-fcdaad2a7d2a"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
LightGraphs = "093fc24a-ae57-5d10-9952-331d41423f4d"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
MPI = "da04e1cc-30fd-572f-bb4f-1f8673147195"
MetaGraphs = "626554b9-1ddb-594c-aa3c-2596fe9399a5"
ParserCombinator = "fae87a5f-d1ad-5cf0-8f61-c941e1580b46"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RandomMatrices = "2576dda1-a324-5b11-aa66-c48ed7e3c618"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
TensorOperations = "6aa20fa7-93e2-5fca-9bc0-fbd0db3c71a2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TestSetExtensions = "98d24dd4-01ad-11ea-1b02-c9a08f80db04"
TikzGraphs = "b4f28e30-c73f-5eaf-a395-8a9db949a742"
TikzPictures = "37f6aa50-8035-52d0-81c2-5a1d08754b2d"
[compat]
ArgParse = "1.1.0"
CUDA = "2.3.0"
Cairo = "1.0.3"
Colors = "0.12.4"
Compat = "3.12.0"
Compose = "0.8.2"
DataStructures = "0.17.19"
Documenter = "0.25.0"
EllipsisNotation = "1.0.0"
FFTW = "1.2.2"
GraphIO = "0.5.0"
GraphPlot = "0.4.2"
HDF5 = "0.13.2"
IJulia = "1.23.1"
JSON = "0.21.0"
LightGraphs = "1.3.3"
MPI = "0.15.1"
MetaGraphs = "0.6.5"
ParserCombinator = "2.0.0"
Plots = "1.6.4"
PyCall = "1.91.4"
RandomMatrices = "0.5.0"
StatsBase = "0.33.2"
TensorOperations = "3.0.0"
TestSetExtensions = "2.0.0"
TikzGraphs = "1.1.0"
TikzPictures = "3.1.0"
julia = "1.5.0"