From ed52980bc311d6618527824f56e9efc24603b68b Mon Sep 17 00:00:00 2001 From: Mohamed Tarek Date: Sat, 11 Feb 2023 10:24:49 +1100 Subject: [PATCH] add compat for ColorSchemes --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index f3753fd2..d0242f7b 100644 --- a/Project.toml +++ b/Project.toml @@ -48,6 +48,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" [compat] AbstractDifferentiation = "0.4" ChainRulesCore = "1" +ColorSchemes = "3" Distributions = "0.24, 0.25" Einsum = "0.4" Ferrite = "=0.3.0"