From 8670dec2aeb2ab5cdfef714a83f9747442f55f24 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 22 Sep 2023 00:53:14 +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 b151df6..ebbd337 100644 --- a/Project.toml +++ b/Project.toml @@ -14,6 +14,7 @@ Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" [compat] +DataFrames = "1" julia = "1" [extras]