-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
26 lines (24 loc) · 856 Bytes
/
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
name = "RandomMatrix"
uuid = "0af1cf96-9b30-454e-9d9e-87908f700846"
authors = ["weiyang2048 <weiyang2048@gmail.com>"]
version = "0.2.1"
[deps]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Polynomials = "f27b6e38-b328-58d1-80ce-0feddd5e7a45"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
Distributions = "0.25.46"
Documenter = "0.26.3"
Graphs = "1.5.1"
Plots = "1.25.8"
Polynomials = "2.0.24"
StatsBase = "0.33.14"
julia = "1.6"