Skip to content

Commit

Permalink
Remove compatibility to MultiScaleTreeGraph 0.2
Browse files Browse the repository at this point in the history
Needs at least 0.3
  • Loading branch information
VEZY committed Feb 21, 2022
1 parent 67bb03f commit dfd9715
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ EzXML = "1"
Makie = "0.15, 0.16"
MeshViz = "0.3"
Meshes = "0.19, 0.20, 0.21"
MultiScaleTreeGraph = "0.2, 0.3, 0.4"
MultiScaleTreeGraph = "0.3, 0.4"
RecipesBase = "1"
StaticArrays = "1"
julia = "1.6"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,4 @@ transform!(mtg, refmesh_to_mesh!)
- [ ] Mesh for the nodes
- [ ] Reference meshes + transformation matrix (e.g. from OPF)
- [ ] Reference meshes + Length and/or Width/diameter for scaling. If only Length, scale the whole mesh by a factor, if Length + Width, scale accordingly
- [ ] Remove coffee.opf from tests and add PlantBiophysics as a dependency instead. It will make PlantGeom much lighter.

0 comments on commit dfd9715

Please sign in to comment.