File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,8 +3,10 @@ BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
33CSV = " 336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
44DataFrames = " a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
55MultiScaleTreeGraph = " dd4a991b-8a45-4075-bede-262ee62d5583"
6+ PlantBiophysics = " 7ae8fcfa-76ad-4ec6-9ea7-5f8f5e2d6ec9"
67PlantMeteo = " 4630fe09-e0fb-4da5-a846-781cb73437b6"
78PlantSimEngine = " 9a576370-710b-4269-adf9-4f603a9c6423"
89Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
910Statistics = " 10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1011Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
12+ XPalm = " 6b523e1e-d512-416c-8e51-a8fbef0064e7"
Original file line number Diff line number Diff line change 44# using PlantSimEngine
55
66using Pkg
7- Pkg. add (url= " https://github.com/VEZY/PlantBiophysics.jl#dev" )
8- Pkg. instantiate ()
7+ # Pkg.add(url="https://github.com/VEZY/PlantBiophysics.jl#dev")
8+ # Pkg.instantiate()
99using Statistics
1010# using DataFrames
1111# using CSV
Original file line number Diff line number Diff line change 44
55# no release of XPalm yet, so can't just add it to the .toml
66using Pkg
7- Pkg. add (url= " https://github.com/PalmStudio/XPalm.jl#dev" )
8- Pkg. instantiate ()
7+ # Pkg.add(url="https://github.com/PalmStudio/XPalm.jl#dev")
8+ # Pkg.instantiate()
99using Test
1010using PlantMeteo# , MultiScaleTreeGraph
1111# using CairoMakie, AlgebraOfGraphics
You can’t perform that action at this time.
0 commit comments