-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
30 lines (25 loc) · 743 Bytes
/
Project.toml
File metadata and controls
30 lines (25 loc) · 743 Bytes
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
name = "BasicTreePlots"
uuid = "523fa316-3eda-45c7-ad2f-0d13a1dc3d77"
version = "0.2.0"
authors = ["Benjamin Doran and collaborators"]
[workspace]
projects = ["test", "docs"]
[deps]
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[weakdeps]
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
NewickTree = "b0a14db8-6308-4ebc-8917-f72cd81f5094"
[extensions]
BasicTreePlotsMakieExt = "Makie"
BasicTreePlotsNewickTreeExt = "NewickTree"
[compat]
AbstractTrees = "0.4"
Makie = "0.24"
NewickTree = "0.4"
OrderedCollections = "1.8.1"
Reexport = "1"
Statistics = "1"
julia = "1.9"