-
Notifications
You must be signed in to change notification settings - Fork 6
/
Project.toml
34 lines (29 loc) · 921 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
34
name = "SOM"
uuid = "172a5912-0be3-5bce-b68a-ea4f60b69b05"
authors = ["Andreas Dominik <[email protected]>"]
version = "0.4.1"
[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0"
PyPlot = "d330b81b-6aea-500a-939a-2ce795aea3ee"
RDatasets = "ce6b1742-4840-55fa-b093-852dadbb1d8b"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[compat]
julia = "1"
DataFrames = "0.19"
Distances = "0.8"
Distributions = "0.21"
ProgressMeter ="1.2"
PyCall ="1.91.2"
PyPlot = "2.8.2"
RDatasets = "0.6"
StatsBase = "0.32"
[extras]
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Pkg", "Test"]