forked from JuliaPlots/StatsPlots.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
49 lines (45 loc) · 1.59 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
37
38
39
40
41
42
43
44
45
46
47
48
49
name = "StatsPlots"
uuid = "f3b207a7-027a-5e70-b257-86293d7955fd"
version = "0.14.13"
[deps]
Clustering = "aaaa29a8-35af-508c-8bc3-b662a17a0fe5"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
DataValues = "e7dc6d0d-1eca-5fa6-8ad6-5aecde8b7ea5"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
KernelDensity = "5ab0869b-81aa-558d-bb23-cbf5423bbe9b"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MultivariateStats = "6f286f6a-111f-5878-ab1e-185364afe411"
Observables = "510215fc-4207-5dde-b226-833fc4488ee2"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
RecipesPipeline = "01d81517-befc-4cb6-b9ec-a95719d0359c"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
TableOperations = "ab02a1b2-a7df-11e8-156e-fb1833f50b87"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
Widgets = "cc8bc4a8-27d6-5769-a93b-9d913e69aa62"
[compat]
Clustering = "0.13, 0.14"
DataStructures = "0.17, 0.18"
DataValues = "0.4"
Distributions = "0.21, 0.22, 0.23"
Interpolations = "0.12"
KernelDensity = "0.5, 0.6"
MultivariateStats = "0.7"
Observables = "0.2.2, 0.3"
Plots = "0.28, 0.29, 1.0"
RecipesBase = "0.6, 0.7, 0.8, 1"
RecipesPipeline = "0.1.6"
Reexport = "0.2"
StatsBase = "0.32, 0.33"
TableOperations = "0.2"
Tables = "1"
Widgets = "0.5, 0.6"
julia = "1"
[extras]
NaNMath = "77ba4419-2d1f-58cd-9bb1-8ffee604a2e3"
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "NaNMath", "StableRNGs"]