-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathProject.toml
33 lines (29 loc) · 915 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
29
30
31
32
33
name = "ScenTrees"
uuid = "4ec4db44-c288-11e9-3202-272e944f779a"
authors = ["Kipngeno Kirui <[email protected]>"]
version = "0.3.4"
[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
PyPlot = "d330b81b-6aea-500a-939a-2ce795aea3ee"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
XLSX = "fdbf4ff8-1666-58a4-91e7-1b58723a45e0"
[compat]
CSV = "0.7, 0.8, 0.9, 0.10"
DataFrames = "0.21, 1"
Distributions = "0.25"
LinearAlgebra = "<0.0.1, 1"
PyPlot = "2.9.0"
Random = "<0.0.1, 1"
Statistics = "<0.0.1, 1"
Test = "<0.0.1, 1"
XLSX = "0.7, 0.8, 0.9, 0.10"
julia = "1"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]