From 649aaab1165ce9057a661e5c35939fe3897be814 Mon Sep 17 00:00:00 2001 From: dehann Date: Sat, 11 Mar 2023 22:36:31 -0800 Subject: [PATCH] add compat CJL v0.15 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index d85c76d..fd70a1b 100644 --- a/Project.toml +++ b/Project.toml @@ -14,7 +14,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" TensorCast = "02d47bb6-7ce6-556a-be16-bb1710789e2b" [compat] -Caesar = "0.14" +Caesar = "0.14, 0.15" ColorSchemes = "3" DocStringExtensions = "0.8, 0.9" GLMakie = "0.7, 0.8"