From 9d0bd0172e9da2e6a833aa602dd95da255f5e18b Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 13 Dec 2022 00:30:56 +0000 Subject: [PATCH] CompatHelper: add new compat entry for ProgressBars at version 1, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 105ae6c..c00fb67 100644 --- a/Project.toml +++ b/Project.toml @@ -17,6 +17,7 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" Dierckx = "0.4, 0.5" GR = "0.64, 0.71" Plots = "1.4" +ProgressBars = "1" Requires = "1.0" StatsBase = "0.33" julia = "1.0"