From 9b4b305f8139bedaf57c6e7df769ec947256d69b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 18 Nov 2023 15:23:05 +0000 Subject: [PATCH] CompatHelper: bump compat for ClassicalOrthogonalPolynomials to 0.12, (keep existing compat) (#37) * CompatHelper: bump compat for ClassicalOrthogonalPolynomials to 0.12, (keep existing compat) * Update Project.toml --------- Co-authored-by: CompatHelper Julia Co-authored-by: Sheehan Olver --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 0c96bf9..2c47563 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "SingularIntegrals" uuid = "d7440221-8b5e-42fc-909c-0567823f424a" authors = ["Sheehan Olver "] -version = "0.2.5" +version = "0.2.6" [deps] ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a" @@ -21,8 +21,8 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b" [compat] ArrayLayouts = "1.4" BandedMatrices = "0.17.17, 1" -ClassicalOrthogonalPolynomials = "0.11" -ContinuumArrays = "0.16" +ClassicalOrthogonalPolynomials = "0.11, 0.12" +ContinuumArrays = "0.16, 0.17" FastTransforms = "0.15" FillArrays = "1" HypergeometricFunctions = "0.3.4"