diff --git a/P/PlantGeom/Compat.toml b/P/PlantGeom/Compat.toml index 9d66ee74b138e03..d116074305c4473 100644 --- a/P/PlantGeom/Compat.toml +++ b/P/PlantGeom/Compat.toml @@ -1,6 +1,5 @@ [0] ColorSchemes = "3" -Colors = "0.12" EzXML = "1" RecipesBase = "1" StaticArrays = "1" @@ -19,6 +18,9 @@ julia = "1.6.0-1" ["0-0.6"] CoordinateTransformations = "0.6" +["0-0.7"] +Colors = "0.12" + ["0.2"] MultiScaleTreeGraph = "0.3-0.4" @@ -58,10 +60,17 @@ MultiScaleTreeGraph = ["0.8-0.10", "0.12"] ["0.6-0"] julia = "1.9.0-1" -["0.7-0"] +["0.7"] Meshes = "0.44" + +["0.7-0"] MultiScaleTreeGraph = "0.14" Rotations = "1" Tables = "1" TransformsBase = "1" Unitful = "1.17.0-1" + +["0.8-0"] +Colors = "0.12-0.13" +Makie = "0.21" +Meshes = "0.52" diff --git a/P/PlantGeom/Deps.toml b/P/PlantGeom/Deps.toml index a461f9f1421531c..6f0b79f25a3f366 100644 --- a/P/PlantGeom/Deps.toml +++ b/P/PlantGeom/Deps.toml @@ -29,3 +29,6 @@ Rotations = "6038ab10-8711-5258-84ad-4b1120ba62dc" Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" TransformsBase = "28dd2a49-a57a-4bfb-84ca-1a49db9b96b8" Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d" + +["0.8-0"] +Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a" diff --git a/P/PlantGeom/Versions.toml b/P/PlantGeom/Versions.toml index 34902b97731f44c..5577542238080d5 100644 --- a/P/PlantGeom/Versions.toml +++ b/P/PlantGeom/Versions.toml @@ -33,3 +33,6 @@ git-tree-sha1 = "7d4740d612a93d371dd2194ff708641326177da9" ["0.7.0"] git-tree-sha1 = "1ccafd3dd08b5f9caa84a650dc164c87ef7e8c5c" + +["0.8.0"] +git-tree-sha1 = "9f3e9add00093575884826cb0c742a5aac93cebd" diff --git a/P/PlantGeom/WeakCompat.toml b/P/PlantGeom/WeakCompat.toml index c9ed8a14439afb2..d134d6077555d4a 100644 --- a/P/PlantGeom/WeakCompat.toml +++ b/P/PlantGeom/WeakCompat.toml @@ -1,5 +1,5 @@ ["0.6"] Makie = "0.15-0.20" -["0.7-0"] +["0.7"] Makie = "0.21" diff --git a/P/PlantGeom/WeakDeps.toml b/P/PlantGeom/WeakDeps.toml index e02e0d5c7220b3a..b8931392bb00318 100644 --- a/P/PlantGeom/WeakDeps.toml +++ b/P/PlantGeom/WeakDeps.toml @@ -1,2 +1,2 @@ -["0.6-0"] +["0.6-0.7"] Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"