From e16049bf47357fcf4bb4f9d0dba271826884de02 Mon Sep 17 00:00:00 2001 From: ZJ Dai Date: Sun, 16 Jan 2022 17:40:17 +1100 Subject: [PATCH] upgraded to CSV 0.10 --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 7c1d772..c98a7e2 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "DataConvenience" uuid = "3b531cbf-ee43-4e67-8118-dca2c9372f86" authors = ["Dai ZJ "] -version = "0.3.4" +version = "0.3.5" [deps] CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b" @@ -21,7 +21,7 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" WeakRefStrings = "ea10d353-3f73-51f8-a26c-33c1cb351aa5" [compat] -CSV = "0.7, 0.8, 0.9" +CSV = "0.7, 0.8, 0.9, 0.10" CategoricalArrays = "0.7, 0.8, 0.9, 0.10" DataFrames = "1" Missings = "1"