-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
29 lines (27 loc) · 911 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 = "DyadicKDE"
uuid = "db2c278d-83f0-4638-b51a-78d51d6a70fe"
authors = ["William G Underwood <[email protected]> and contributors"]
version = "0.1.6"
[deps]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
COSMO = "1e616198-aa4e-51ec-90a2-23f7fbd31d8d"
Convex = "f65535da-76fb-5f13-bab9-19810c17039a"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
JuliaFormatter = "98e50ef6-434e-11e9-1051-2b60c6c9e899"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
Aqua = "0.5, 0.6, 0.7, 0.8"
COSMO = "0.8"
Convex = "0.14, 0.15, 0.16"
Distributions = "0.25"
JuliaFormatter = "1"
LinearAlgebra = "1"
Random = "1"
Statistics = "1"
Suppressor = "0.2"
Test = "1"
julia = "1"