-
Notifications
You must be signed in to change notification settings - Fork 2
/
Project.toml
33 lines (26 loc) · 965 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
name = "SwarmMakie"
uuid = "0b1c068e-6a84-4e66-8136-5c95cafa83ed"
authors = ["Anshul Singhvi <[email protected]>", "Jacob Zelko <[email protected]>", "Michael Krabbe Borregaard <[email protected]>", "and contributors"]
version = "0.1.2"
[deps]
KernelDensity = "5ab0869b-81aa-558d-bb23-cbf5423bbe9b"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[weakdeps]
AlgebraOfGraphics = "cbdf2221-f076-402e-a563-3d30da359d67"
[extensions]
AlgebraOfGraphicsExt = "AlgebraOfGraphics"
[compat]
KernelDensity = "0.6"
Makie = "0.20, 0.21"
StatsBase = "0.34"
julia = "1.9"
AlgebraOfGraphics = "0.8"
[extras]
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "CairoMakie", "Makie", "Random"]