From 8b64010b6ee2e33d5a2784b742988d7b1084dc69 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:36 +0100 Subject: [PATCH] CompatHelper: bump compat for ApproxFunOrthogonalPolynomials to 0.6, (keep existing compat) (#157) Co-authored-by: CompatHelper Julia --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 5c9c15f..1a7dcdf 100644 --- a/Project.toml +++ b/Project.toml @@ -21,7 +21,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" ApproxFun = "0.11.8, 0.12, 0.13" ApproxFunBase = "0.2.3, 0.3, 0.4.4, 0.5, 0.6, 0.7" ApproxFunFourier = "0.2, 0.3" -ApproxFunOrthogonalPolynomials = "0.3, 0.4, 0.5" +ApproxFunOrthogonalPolynomials = "0.3, 0.4, 0.5, 0.6" ApproxFunSingularities = "0.1.6, 0.2, 0.3" BandedMatrices = "0.14.2, 0.15, 0.16, 0.17" DomainSets = "0.1, 0.2, 0.3, 0.4, 0.5, 0.6"