-
-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathProject.toml
More file actions
29 lines (24 loc) · 716 Bytes
/
Project.toml
File metadata and controls
29 lines (24 loc) · 716 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
name = "RootedTrees"
uuid = "47965b36-3f3e-11e9-0dcf-4570dfd42a8c"
authors = ["Hendrik Ranocha <mail@ranocha.de> and contributors"]
version = "2.25.0"
[deps]
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
Latexify = "23fbe1c1-3f47-55db-b15f-69d7ec21a316"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Preferences = "21216c6a-2e73-6563-6e65-726566657250"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
[weakdeps]
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
[extensions]
PlotsExt = "Plots"
[compat]
LaTeXStrings = "1.2"
Latexify = "0.16.8"
LinearAlgebra = "1"
Plots = "1.39"
Preferences = "1.3"
RecipesBase = "1.3.1"
julia = "1.10"
[extras]
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"