From aa6876d964e4addca7811cecc2594345c98ae8aa Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 5 Feb 2024 19:58:11 +0000 Subject: [PATCH] CompatHelper: bump compat for CSV to 0.10, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index ff2469c..77694e8 100644 --- a/Project.toml +++ b/Project.toml @@ -26,7 +26,7 @@ Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb" ZipFile = "a5390f91-8eb1-5f08-bee0-b1d1ffed6cea" [compat] -CSV = "^0.7, 0.8" +CSV = "^0.7, 0.8, 0.10" CategoricalArrays = "^0.8, 0.9, 0.10" DataFrames = "^0.21, 0.22, 1.0" Distributions = "^0.23.8, 0.24, 0.25"