From 39a2d41d9d2d2c1b8a27e1c3d3b3c8373e88a25c Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 9 May 2024 01:19:14 +0000 Subject: [PATCH] CompatHelper: add new compat entry for ProgressMeter at version 1, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 098b37d..ea3cd13 100644 --- a/Project.toml +++ b/Project.toml @@ -25,6 +25,7 @@ DataFrames = "1" Distributions = "0.25" GLM = "1" Optim = "1" +ProgressMeter = "1" SpecialFunctions = "2" Statistics = "1" julia = "1"