From dcb792ec93c14128115af989baff3b52570aaeb4 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 13 Jan 2024 01:05:30 +0000 Subject: [PATCH] CompatHelper: add new compat entry for GeometricMachineLearning at version 0.2, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 19c4df1..dada2a6 100644 --- a/Project.toml +++ b/Project.toml @@ -27,6 +27,7 @@ VlasovMethods = "4a954452-39e6-424b-ae51-38fc4bbc42ef" Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" [compat] +GeometricMachineLearning = "0.2" HDF5 = "0.16" LaTeXStrings = "1" LazyArrays = "0.22"