From 21fd3bfc22a680d93893a3bc2d9d2c37de886937 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 22 Nov 2023 01:18:06 +0000 Subject: [PATCH] CompatHelper: bump compat for Makie to 0.20, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 485d913..3ac4c86 100644 --- a/Project.toml +++ b/Project.toml @@ -33,7 +33,7 @@ Distances = "0.10" MLJ = "0.19, 0.20" MLJGLMInterface = "0.3" MLJScikitLearnInterface = "0.5" -Makie = "0.19" +Makie = "0.19, 0.20" PotentialCalculation = "0.6" PythonCall = "0.9" Reexport = "0.2, 1.0"