From 4759903499e06792031c7ca523cf42de3bb25684 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 19 Jan 2024 01:02:52 +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 9aeaf39..b002207 100644 --- a/Project.toml +++ b/Project.toml @@ -33,6 +33,7 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" [compat] +DataFrames = "1" julia = "1" [extras]