-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProject.toml
36 lines (34 loc) · 1.11 KB
/
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
34
35
36
name = "RankedChoices"
uuid = "562810e1-8c0d-4830-9cc1-9c323639d9b1"
authors = ["Myrl <[email protected]>"]
version = "0.2.0"
[compat]
julia = "^1.5"
CSV = "0.9"
Clustering = "0.14"
Conda = "1"
DataFrames = "1"
Distributions = "0.25"
PDMats = "0.11"
ProgressMeter = "1"
SpecialFunctions = "1"
StaticArrays = "1"
StatsBase = "0.33"
StatsFuns = "0.9"
XLSX = "0.7"
[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Clustering = "aaaa29a8-35af-508c-8bc3-b662a17a0fe5"
Conda = "8f4d0f93-b110-5947-807f-2305c1781a2d"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
PDMats = "90014a1f-27ba-587c-ab20-58faa44d9150"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
XLSX = "fdbf4ff8-1666-58a4-91e7-1b58723a45e0"