From 6121880a9e2d135edd6d95b197cde3975c468105 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 12 Jun 2025 01:44:03 +0000 Subject: [PATCH] CompatHelper: bump compat for Makie to 0.23, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index d2fe4c6..d4b17d4 100644 --- a/Project.toml +++ b/Project.toml @@ -39,8 +39,8 @@ TensorCast = "02d47bb6-7ce6-556a-be16-bb1710789e2b" BioAlignments = "2, 3" BioStructures = "4.1" ColorSchemes = "3" -Colors = "0.12, 0.13" ColorTypes = "0.11, 0.12" +Colors = "0.12, 0.13" DataStructures = "0.18" DelimitedFiles = "1" Distances = "0.10" @@ -58,7 +58,7 @@ ImageShow = "0.3" JSON3 = "1" Lazy = "0.15" MIToS = "3" -Makie = "0.20, 0.21, 0.22" +Makie = "0.20, 0.21, 0.22, 0.23" Meshes = "0.43, 0.47, 0.48, 0.49, 0.50, 0.51, 0.52, 0.53" MolecularGraph = "0.13, 0.14, 0.15, 0.16, 0.17, 0.18" OrderedCollections = "1.4"