From a550ba155f280c1e7692cefd5ce2d82585203593 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 15 Jul 2025 01:11:08 +0000 Subject: [PATCH 1/2] CompatHelper: bump compat for GeometricBase to 0.12, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index ec4b5cb7..041766a3 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "GeometricMachineLearning" uuid = "194d25b2-d3f5-49f0-af24-c124f4aa80cc" -version = "0.4.5" authors = ["Michael Kraus "] +version = "0.4.5" [deps] AbstractNeuralNetworks = "60874f82-5ada-4c70-bd1c-fa6be7711c8a" @@ -41,7 +41,7 @@ ChainRulesCore = "1" ChainRulesTestUtils = "1" Distances = "0.10" ForwardDiff = "0.10, 1" -GeometricBase = "0.11" +GeometricBase = "0.11, 0.12" GeometricEquations = "0.19" GeometricSolutions = "0.5" HDF5 = "0.16, 0.17" From d4bfd393591b97b96bdee5810d1b7cab273ee772 Mon Sep 17 00:00:00 2001 From: benedict-96 Date: Wed, 16 Jul 2025 14:09:39 +0200 Subject: [PATCH 2/2] Bumped packages to latest version. --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 041766a3..324f95f6 100644 --- a/Project.toml +++ b/Project.toml @@ -41,8 +41,8 @@ ChainRulesCore = "1" ChainRulesTestUtils = "1" Distances = "0.10" ForwardDiff = "0.10, 1" -GeometricBase = "0.11, 0.12" -GeometricEquations = "0.19" +GeometricBase = "0.12" +GeometricEquations = "0.20" GeometricSolutions = "0.5" HDF5 = "0.16, 0.17" KernelAbstractions = "0.9"