From 25d56990bb486fccca8159e7e4f15089b80babec Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 24 Feb 2022 20:54:05 +0000 Subject: [PATCH] CompatHelper: add new compat entry for ColorSchemes at version 3, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 28657c0..9b773d2 100644 --- a/Project.toml +++ b/Project.toml @@ -52,6 +52,7 @@ TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76" [compat] CSV = "0.7, 0.8, 0.9.11" +ColorSchemes = "3" DataFrames = "0.20, 0.21, 0.22, 0.23, 0.24, 1, 1.1" EchelleInstruments = ">=0.2.5" FileIO = "1.4"