-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
26 lines (22 loc) · 857 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
authors = ["William Herrera <wherrera@alahonua.com>"]
name = "Simpsons"
uuid = "777baba0-b230-11eb-2c94-4386250cf58f"
version = "0.1.2"
[deps]
Clustering = "aaaa29a8-35af-508c-8bc3-b662a17a0fe5"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Polynomials = "f27b6e38-b328-58d1-80ce-0feddd5e7a45"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
[compat]
julia = "1"
Clustering = "0.12, 0.13, 0.14, 0.15, 0.16, 0.17, 0.18"
DataFrames = "0.11, 0.12, 0.13, 0.14, 0.15, 0.16, 0.17, 0.21, 0.22, 1"
Distributions = "0.19, 0.20, 0.21, 0.22, 0.23, 0.24, 0.25, 0.26, 0.27"
Polynomials = "1, 2"
Plots = "0.12, 0.13, 0.14, 0.15, 0.16, 0.17, 0.18, 0.19, 0.20, 0.21, 0.22, 1"
[targets]
test = ["Test", "CSV"]