From 22ebb5bdfa272861d752d15f7d125ab60edacd27 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 13 Aug 2025 02:03:50 +0000 Subject: [PATCH] CompatHelper: add new compat entry for Statistics at version 1, (keep existing compat) --- Project.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index c57cba82..3d30c98a 100644 --- a/Project.toml +++ b/Project.toml @@ -40,8 +40,8 @@ GridapGmsh = "3025c34a-b394-11e9-2a55-3fee550c04c8" [extensions] Chmy_utils = "Chmy" GLMakie_Visualisation = "GLMakie" -Gmsh_utils = "GridapGmsh" GMT_utils = "GMT" +Gmsh_utils = "GridapGmsh" [compat] Chmy = "0.1.20" @@ -51,11 +51,11 @@ FFMPEG = "0.4" FileIO = "1" GDAL_jll = "300.900.0 - 301.901.0" GLMakie = "0.8 - 0.11" +GMT = "1" GeoParams = "0.2 - 0.7" Geodesy = "1" GeometryBasics = "0.1 - 0.5" Glob = "1.2 - 1.3" -GMT = "1" GridapGmsh = "0.5 - 0.7" ImageIO = "0.1 - 0.6" Interpolations = "0.14, 0.15, 0.16" @@ -67,6 +67,7 @@ NearestNeighbors = "0.2 - 0.4" Parameters = "0.9 - 0.12" SpecialFunctions = "1.0, 2" StaticArrays = "1" +Statistics = "1" WhereTheWaterFlows = "0.10, 0.11" WriteVTK = "1" julia = "1.9"