-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
29 lines (25 loc) · 829 Bytes
/
Copy pathProject.toml
File metadata and controls
29 lines (25 loc) · 829 Bytes
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
name = "PowerLaws"
uuid = "dddc953c-20d8-47dd-8cc1-765c34677cac"
authors = ["Ján Brechtl", "Tim Van Wesemael <tim.vanwesemael@ugent.be>"]
version = "0.4"
[deps]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[compat]
StatsBase = "0.34"
SpecialFunctions = "2"
Distributions = "0.25"
DelimitedFiles = "1"
Test = "1"
TestItemRunner = "1"
TestItems = "1"
julia = "^1.8"
[extras]
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
TestItems = "1c621080-faea-4a02-84b6-bbd5e436b8fe"
[targets]
test = ["DelimitedFiles", "Test", "TestItemRunner", "TestItems"]