From b668942d35cdcd9fee00bb24c1ea34e63beb9e3a Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 25 Mar 2025 01:10:21 +0000 Subject: [PATCH] CompatHelper: add new compat entry for Makie in [weakdeps] at version 0.22, (keep existing compat) --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 014d7b0..7a94cf4 100644 --- a/Project.toml +++ b/Project.toml @@ -36,13 +36,13 @@ CoordinateTransformations = "0.6" DiffRules = "1" Enzyme = "0.11, 0.12, 0.13" ForwardDiff = "0.10" -julia = "^1.9" +Makie = "0.22" NamedTupleTools = "0.13, 0.14" PrecompileTools = "1.1.2" RecipesBase = "1.2" -StaticArrays = "1.3" Roots = "2.1" - +StaticArrays = "1.3" +julia = "^1.9" [extras] DiffRules = "b552c78f-8df3-52c6-915a-8e097449b14b"