From 02a915563e07b187bef645d0829c9315abaffbf3 Mon Sep 17 00:00:00 2001 From: Elias Carvalho Date: Tue, 28 May 2024 10:01:18 -0300 Subject: [PATCH] Update to Meshes.jl v0.43 --- Project.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Project.toml b/Project.toml index c4d34e2..bb69bc8 100644 --- a/Project.toml +++ b/Project.toml @@ -20,12 +20,12 @@ Transducers = "28d57a85-8fef-5791-bfe6-a80928e7c999" ColumnSelectors = "0.1" DataScienceTraits = "0.2" DensityRatioEstimation = "1.2" -GeoStatsBase = "0.43" -GeoStatsModels = "0.3" -GeoStatsTransforms = "0.6" -GeoTables = "1.19" +GeoStatsBase = "0.44" +GeoStatsModels = "0.4" +GeoStatsTransforms = "0.7" +GeoTables = "1.21" LossFunctions = "0.11" -Meshes = "0.42" +Meshes = "0.43" StatsLearnModels = "0.3" Transducers = "0.4" julia = "1.9"