From b4127009eae9e19fc516ddb1bac22ec9d78e38a0 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 22 Dec 2023 01:18:59 +0000 Subject: [PATCH] CompatHelper: bump compat for Makie to 0.20 for package WGLMakie, (keep existing compat) --- WGLMakie/Project.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/WGLMakie/Project.toml b/WGLMakie/Project.toml index e26da6c4d76..2523a31d173 100644 --- a/WGLMakie/Project.toml +++ b/WGLMakie/Project.toml @@ -26,7 +26,8 @@ FreeTypeAbstraction = "0.10" GeometryBasics = "0.4.1" Hyperscript = "0.0.3, 0.0.4" JSServe = "v2.3" -Makie = "=0.20.2" +LinearAlgebra = "1.0, 1.6" +Makie = "=0.20.2, 0.20" Observables = "0.5.1" PNGFiles = "0.3, 0.4" PrecompileTools = "1.0" @@ -34,8 +35,6 @@ RelocatableFolders = "0.1, 0.2, 0.3, 1.0" ShaderAbstractions = "0.4" StaticArrays = "0.12, 1.0" julia = "1.3" -LinearAlgebra = "1.0, 1.6" - [extras] MeshIO = "7269a6da-0436-5bbc-96c2-40638cbb6118"