From bb36d02dd51797d1f5b509536ece16bc6f779a9a Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 15 Dec 2024 23:52:05 +0000 Subject: [PATCH] CWR6q4hh [test-7b] CompatHelper: bump compat for DataFrames to 1, (drop existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index eb2f76f6..f3496f8b 100644 --- a/Project.toml +++ b/Project.toml @@ -10,7 +10,7 @@ DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c" [compat] -DataFrames = "=0.19.0" +DataFrames = "1" julia = "1.2" [extras]