From 018019521860c4978bcb31c0f9c22752a9dd2fef Mon Sep 17 00:00:00 2001 From: evalparse Date: Mon, 20 Apr 2020 01:58:00 +1000 Subject: [PATCH] Update Project.toml --- Project.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index d7ec64e..40cdf14 100644 --- a/Project.toml +++ b/Project.toml @@ -4,14 +4,12 @@ authors = ["Dai ZJ "] version = "0.1.2" [deps] -BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf" CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b" CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597" DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" Missings = "e1d29d7a-bbdc-5cf2-9ac0-f12de2c33e28" -RCall = "6f49c342-dc21-5d91-9882-a32aef131414" SortingLab = "562c1548-17b8-5b69-83cf-d8aebec229f5" Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" @@ -19,7 +17,7 @@ WeakRefStrings = "ea10d353-3f73-51f8-a26c-33c1cb351aa5" [compat] CSV = "0.6" -CategoricalArrays = "0.7, 0.8" +CategoricalArrays = "0.7" DataFrames = "0.19, 0.20" Missings = "0.4" SortingLab = "0.2"