Skip to content

Commit e2c3420

Browse files
committed
Update dependencies and make sure it works on Julia 1.12
1 parent b365c57 commit e2c3420

4 files changed

Lines changed: 11 additions & 10 deletions

File tree

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# VirtualPLantLab v0.1.1 release notes
2+
3+
Update dependencies and ensure it works on Julia 1.12
4+
15
# VirtualPLantLab v0.1.0 release notes
26

37
No changes (other than version number) since v0.0.7, see below.

Project.toml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "VirtualPlantLab"
22
uuid = "b977ecfa-1b9a-418d-909d-4ebe565736ce"
3+
version = "0.1.1"
34
authors = ["Alejandro Morales Sierra <alejandro.moralessierra@wur.nl> and contributors"]
4-
version = "0.1.0"
55

66
[deps]
77
PlantGeomPrimitives = "7eef3cc5-4580-4ff0-8f6f-933507db6664"
@@ -10,14 +10,12 @@ PlantGraphs = "615ad455-9aac-4340-9247-71ef610f781a"
1010
PlantRayTracer = "78485975-e4aa-407d-b3bb-ded5a4265d05"
1111
PlantViz = "358bd95d-d12c-439f-94b7-04b17e500c7f"
1212
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
13-
SkyDomes = "1838625c-7cf7-40c6-898b-904883e4b556"
1413

1514
[compat]
16-
PlantGeomPrimitives = "0.1.0"
17-
PlantGeomTurtle = "0.1.0"
18-
PlantGraphs = "0.1.0"
19-
PlantRayTracer = " 0.1.0"
20-
PlantViz = "0.1.0"
15+
PlantGeomPrimitives = "0.1.1"
16+
PlantGeomTurtle = "0.1.1"
17+
PlantGraphs = "0.1.3"
18+
PlantRayTracer = " 0.1.1"
19+
PlantViz = "0.1.1"
2120
Reexport = "1.2.2"
22-
SkyDomes = "0.1.9"
23-
julia = "1.11"
21+
julia = "1.12"

nice_trees.png

14.2 KB
Loading

src/VirtualPlantLab.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@ using Reexport
99
@reexport using PlantRayTracer
1010
@reexport using PlantViz
1111

12-
1312
end

0 commit comments

Comments
 (0)