-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
39 lines (35 loc) · 1.14 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
name = "NetworkHistogram"
uuid = "7806f430-7229-459c-b2e6-df35e8e4eb5d"
authors = ["Charles Dufour", "Jake Grainger"]
version = "0.5.2"
[deps]
ArnoldiMethod = "ec485272-7323-5ecc-a04f-4719b315124d"
Arpack = "7d9fca2a-8960-54d3-9f78-7d1dccf2cb97"
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
CodecZstd = "6b39b394-51ab-5f42-8807-6242bab2b4c2"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
JLD = "4138dd39-2aa7-5051-a626-17a0bb65d9c8"
Kronecker = "2c470bb0-bcc8-11e8-3dad-c9649493f05e"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
TranscodingStreams = "3bb67fe8-82b1-5028-8e26-92a6c54297fa"
ValueHistories = "98cad3c8-aec3-5f06-8e41-884608649ab7"
[compat]
ArnoldiMethod = "0.2.0"
Arpack = "0.5.4"
BenchmarkTools = "1.3.2"
CodecZstd = "0.7.2"
HTTP = "1.7.4"
JLD = "0.13.3"
Kronecker = "0.5"
ProgressMeter = "1.7.2"
StatsBase = "0.33.21"
TranscodingStreams = "0.9.11"
ValueHistories = "0.5.4"
julia = "1.8"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]