From 5b7ebee65640a9ccc07a7141d60f878ad0e08177 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 7 Jun 2024 00:26:20 +0000 Subject: [PATCH 1/2] CompatHelper: add new compat entry for FLOWMath at version 0.3, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 37b8b835..0cf27211 100644 --- a/Project.toml +++ b/Project.toml @@ -27,6 +27,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] +FLOWMath = "0.3" FastGaussQuadrature = "1" FiniteDiff = "2" FixedPoint = "1" From 5d0617bd9d8882a2aeffb99b8412a37c5ebc1639 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 7 Jun 2024 00:26:26 +0000 Subject: [PATCH 2/2] CompatHelper: add new compat entry for BenchmarkTools at version 1, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 37b8b835..7dbbf679 100644 --- a/Project.toml +++ b/Project.toml @@ -27,6 +27,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] +BenchmarkTools = "1" FastGaussQuadrature = "1" FiniteDiff = "2" FixedPoint = "1"