-
-
Notifications
You must be signed in to change notification settings - Fork 90
/
Project.toml
51 lines (47 loc) · 1.68 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
50
51
name = "StatsPlots"
uuid = "f3b207a7-027a-5e70-b257-86293d7955fd"
version = "0.15.7"
[deps]
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
Clustering = "aaaa29a8-35af-508c-8bc3-b662a17a0fe5"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
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"
NaNMath = "77ba4419-2d1f-58cd-9bb1-8ffee604a2e3"
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]
AbstractFFTs = "1.1"
Clustering = "0.13 - 0.14, 0.15"
DataStructures = "0.17 - 0.18"
Distributions = "0.21 - 0.25"
Interpolations = "0.12 - 0.14, 0.15"
KernelDensity = "0.5 - 0.6"
MultivariateStats = "0.9, 0.10"
NaNMath = "1"
Observables = "0.3 - 0.5"
Plots = "1.29"
RecipesBase = "0.6, 1"
RecipesPipeline = "0.2 - 0.6"
Reexport = "0.2, 1"
StatsBase = "0.32, 0.33, 0.34"
TableOperations = "0.2 - 0.3, 1"
Tables = "1"
Widgets = "0.5 - 0.6"
julia = "1.6"
[extras]
NaNMath = "77ba4419-2d1f-58cd-9bb1-8ffee604a2e3"
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "NaNMath", "StableRNGs"]