-
Notifications
You must be signed in to change notification settings - Fork 50
Expand file tree
/
Copy pathProject.toml
More file actions
46 lines (42 loc) · 1.47 KB
/
Copy pathProject.toml
File metadata and controls
46 lines (42 loc) · 1.47 KB
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
name = "Mamba"
uuid = "5424a776-8be3-5c5b-a13f-3551f69ba0e6"
author = ["Brian J Smith <brian-j-smith@uiowa.edu>"]
version = "0.12.5"
[deps]
Cairo = "159f3aea-2a34-519c-b102-8c37f9878175"
Calculus = "49dc2e85-a5d0-5ad3-a950-438e2897f1b9"
Compose = "a81c6b42-2e10-5240-aca2-a61377ecd94b"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Gadfly = "c91e804a-d5a3-530f-b6f0-dfbca275c004"
LightGraphs = "093fc24a-ae57-5d10-9952-331d41423f4d"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
PDMats = "90014a1f-27ba-587c-ab20-58faa44d9150"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
Showoff = "992d4aef-0814-514b-bc4d-f2e9a6c4116f"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[compat]
Cairo = "1"
Calculus = "^0"
Compose = "^0"
Distributions = "0.23"
Gadfly = "1"
LightGraphs = "1"
PDMats = "0.9"
Reexport = "^0"
Showoff = "^0"
SpecialFunctions = "0.8, 0.9, 0.10"
StatsBase = "0.32, 0.33"
julia = "1"
[extras]
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Random", "Distributed", "Test"]