From 2f5db10aac1c789394d41f10388caf02169b5f2f Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 20 May 2023 01:15:00 +0000 Subject: [PATCH] CompatHelper: add new compat entry for CodecBzip2 at version 0.7, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 9a8412d..aab7d02 100644 --- a/Project.toml +++ b/Project.toml @@ -52,6 +52,7 @@ ArgParse = "1.1" BSON = "0.3" BinningAnalysis = "0.5" CSV = "0.8, 0.9" +CodecBzip2 = "0.7" DataFrames = "0.21,0.22, 1.0" DataStructures = "0.18" Distributions = "0.24, 0.25"