From 1d2466c8bb3bcd896a923303d44805be6363c6f6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 8 Jul 2021 00:16:58 +0000 Subject: [PATCH] CompatHelper: bump compat for "LogExpFunctions" to "0.3" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 022569b..fb85467 100644 --- a/Project.toml +++ b/Project.toml @@ -10,5 +10,5 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" [compat] -LogExpFunctions = "0.2" +LogExpFunctions = "0.2, 0.3" julia = "1.3"