-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
29 lines (24 loc) · 858 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
name = "KernelDensityEstimation"
uuid = "e46ec5f4-66dc-4371-a668-81bd92d19d7d"
authors = ["Justin Willmert <justin@willmert.me>"]
version = "0.6.0"
[deps]
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
[weakdeps]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228"
[extensions]
KDEDistributionsExt = ["Distributions"]
KDEMakieExt = ["Makie"]
KDEUnicodePlotsExt = ["UnicodePlots"]
[compat]
Makie = "0.15, 0.16, 0.17, 0.18, 0.19, 0.20, 0.21, 0.22"
UnicodePlots = "3"
julia = "1.6"
[extras]
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228"