-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
28 lines (26 loc) · 969 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
27
28
name = "MarkovChainHammer"
uuid = "38c40fd0-bccb-4723-b30d-b2caea0ad8d9"
authors = ["Andre Souza <[email protected]>"]
version = "0.0.12"
[deps]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
DocumenterTools = "35a29f4d-8980-5a13-9543-d66fff28ecb8"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
ProgressBars = "49802e3a-d2f1-5c88-81d8-b72133a6f568"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
Distributions = "0.25"
Documenter = "0.27"
DocumenterTools = "0.1"
PrecompileTools = "1.2"
ProgressBars = "1.4"
Reexport = "1.2"
Revise = "3.4, 3.5"
julia = "1.8, 1.9, 1.10"