From 787eabf8198007525ae252999709279c5f307d62 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 20:33:49 +0100 Subject: [PATCH] CompatHelper: bump compat for ApproxFunBase to 0.8, (keep existing compat) (#158) Co-authored-by: CompatHelper Julia --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 1a7dcdf..0d744eb 100644 --- a/Project.toml +++ b/Project.toml @@ -19,7 +19,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] ApproxFun = "0.11.8, 0.12, 0.13" -ApproxFunBase = "0.2.3, 0.3, 0.4.4, 0.5, 0.6, 0.7" +ApproxFunBase = "0.2.3, 0.3, 0.4.4, 0.5, 0.6, 0.7, 0.8" ApproxFunFourier = "0.2, 0.3" ApproxFunOrthogonalPolynomials = "0.3, 0.4, 0.5, 0.6" ApproxFunSingularities = "0.1.6, 0.2, 0.3"