From c927525909c233697ca33910f8c19662dad84d01 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 23 Oct 2024 00:20:33 +0000 Subject: [PATCH] CompatHelper: bump compat for Colors to 0.13, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index d60fa60..e18a78e 100644 --- a/Project.toml +++ b/Project.toml @@ -116,7 +116,7 @@ CSTParser = "3" CSV = "0.10" CUDA = "4" Catalyst = "= 12.3.1" -Colors = "0.12" +Colors = "0.12, 0.13" DataDrivenDiffEq = "1" DataFrames = "1.4" DataInterpolations = "3.0, 4"