CompatHelper: add new compat entry for DataFrames at version 1, (keep existing compat)

This commit is contained in:
Wataru Otsubo 2024-09-19 10:45:30 +02:00
parent ed260d1452
commit b28d0c6c51

View file

@ -21,6 +21,7 @@ PSBoardDataBaseInteractiveUtilsExt = "InteractiveUtils"
[compat]
CSV = "0.10"
DBInterface = "2"
DataFrames = "1"
Documenter = "1"
SQLite = "1"
Tables = "1"