From b28d0c6c51ec001e47cf65557247bd6485990531 Mon Sep 17 00:00:00 2001 From: Wataru Otsubo Date: Thu, 19 Sep 2024 10:45:30 +0200 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 422258b..5a6e32c 100644 --- a/Project.toml +++ b/Project.toml @@ -21,6 +21,7 @@ PSBoardDataBaseInteractiveUtilsExt = "InteractiveUtils" [compat] CSV = "0.10" DBInterface = "2" +DataFrames = "1" Documenter = "1" SQLite = "1" Tables = "1"