-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProject.toml
40 lines (36 loc) · 1.08 KB
/
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
33
34
35
36
37
38
39
40
name = "PlantSimEngine"
uuid = "9a576370-710b-4269-adf9-4f603a9c6423"
authors = ["Rémi Vezy <[email protected]> and contributors"]
version = "0.11.3"
[deps]
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataAPI = "9a962f9c-6df0-11e9-0e5d-c546b8b5ee8a"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
FLoops = "cc61a311-1640-44b5-9fba-1b764f453329"
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
MultiScaleTreeGraph = "dd4a991b-8a45-4075-bede-262ee62d5583"
PlantMeteo = "4630fe09-e0fb-4da5-a846-781cb73437b6"
SHA = "ea8e919c-243c-51af-8825-aaa63cd721ce"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
Term = "22787eb5-b846-44ae-b979-8e399b8463ab"
[compat]
AbstractTrees = "0.4"
CSV = "0.10"
DataAPI = "1.15"
DataFrames = "1"
FLoops = "0.2"
Markdown = "1.9"
MultiScaleTreeGraph = "0.13, 0.14"
PlantMeteo = "0.6"
SHA = "0.7.0"
Statistics = "1.9"
Tables = "1"
Term = "1, 2"
Test = "1.9"
julia = "1.9"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]