From 434758e114066fed4959fc923764f83250d18264 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 8 Oct 2023 01:03:13 +0000 Subject: [PATCH] CompatHelper: add new compat entry for DataFrames at version 1, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index be5c168..afbceab 100644 --- a/Project.toml +++ b/Project.toml @@ -18,6 +18,7 @@ TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76" [compat] Colors = "0.10, 0.11, 0.12" +DataFrames = "1" DelimitedFiles = "1" Graphs = "1.7, 1.8, 1.9" Luxor = "3"