From 9a6416a8ae8b9d381cec49d27b941fd9c7a657f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BAlio=20Hoffimann?= Date: Thu, 2 Oct 2025 10:23:40 -0300 Subject: [PATCH] Require Julia LTS --- Project.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Project.toml b/Project.toml index 60fcadb2f..89dfc3290 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Meshes" uuid = "eacbb407-ea5a-433e-ab97-5258b1ca43fa" authors = ["JĂșlio Hoffimann and contributors"] -version = "0.54.6" +version = "0.55.0" [deps] Bessels = "0e736298-9ec6-45e8-9647-e4fc86a2fe38" @@ -26,22 +26,22 @@ Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d" Bessels = "0.2" CircularArrays = "1.3" Colorfy = "1.1" -CoordRefSystems = "0.18" +CoordRefSystems = "0.19" DelaunayTriangulation = "1.0" Distances = "0.10" -LinearAlgebra = "1.9" +LinearAlgebra = "1.10" Makie = "0.24" NearestNeighbors = "0.4" -Random = "1.9" +Random = "1.10" Rotations = "1.5.1" ScopedValues = "1.2" -SparseArrays = "1.9" +SparseArrays = "1.10" StaticArrays = "1.0" StatsBase = "0.33, 0.34" TiledIteration = "0.5" TransformsBase = "1.6" Unitful = "1.17" -julia = "1.9" +julia = "1.10" [extensions] MeshesMakieExt = "Makie"