From c3c5cc5eb9681f705e611e1290f744a7559c11d9 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 10 Mar 2023 11:06:56 +0000 Subject: [PATCH] CompatHelper: bump compat for DataFrames to 1, (keep existing compat) --- Project.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 3cd8ee2..163bf99 100644 --- a/Project.toml +++ b/Project.toml @@ -26,7 +26,7 @@ ArchGDAL = "0.6.0" AxisArrays = "0.4.6" BritishNationalGrid = "0.3.1" CSV = "0.8.5" -DataFrames = "0.21.8" +DataFrames = "0.21.8, 1" Distributions = "0.25.45" EcoSISTEM = "0.1.3" IndexedTables = "0.12.6" @@ -44,6 +44,5 @@ Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" - [targets] test = ["Pkg", "Random", "Test"]