From 10ad2bfad2da6289f7e51281bab52c059e33773b Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 16 Jan 2022 01:08:03 +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 2310187..258463f 100644 --- a/Project.toml +++ b/Project.toml @@ -16,8 +16,8 @@ TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f" [compat] BenchmarkTools = "1" +CSV = "0.9, 0.10" DataFrames = "1" -CSV = "0.9" Revise = "3" julia = "1"