From 0aaf6a29da385b61159ddcc236754d7b3151369a Mon Sep 17 00:00:00 2001 From: xiaodaigh Date: Wed, 8 Sep 2021 14:38:59 +1000 Subject: [PATCH] updated to CSV v0.9 --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 044b69b..7c1d772 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.3" +version = "0.3.4" [deps] CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b" @@ -21,8 +21,8 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" WeakRefStrings = "ea10d353-3f73-51f8-a26c-33c1cb351aa5" [compat] +CSV = "0.7, 0.8, 0.9" CategoricalArrays = "0.7, 0.8, 0.9, 0.10" -CSV = "0.7, 0.8" DataFrames = "1" Missings = "1" PooledArrays = "1"